From owner-svn-ports-all@FreeBSD.ORG Sat Oct 20 15:19:16 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23A4AF6B; Sat, 20 Oct 2012 15:19:16 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0D3CD8FC17; Sat, 20 Oct 2012 15:19:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9KFJFaq053731; Sat, 20 Oct 2012 15:19:15 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9KFJF1D053729; Sat, 20 Oct 2012 15:19:15 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210201519.q9KFJF1D053729@svn.freebsd.org> From: Eitan Adler Date: Sat, 20 Oct 2012 15:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306188 - head/editors/nano X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 15:19:16 -0000 Author: eadler Date: Sat Oct 20 15:19:15 2012 New Revision: 306188 URL: http://svn.freebsd.org/changeset/ports/306188 Log: oops, committed from the wrong directory. Pointyhat to: eadler Feature safe: yes Modified: head/editors/nano/Makefile Modified: head/editors/nano/Makefile ============================================================================== --- head/editors/nano/Makefile Sat Oct 20 15:16:20 2012 (r306187) +++ head/editors/nano/Makefile Sat Oct 20 15:19:15 2012 (r306188) @@ -19,6 +19,8 @@ MAKE_JOBS_SAFE= yes LICENSE= GPLv3 +.include + .if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS=""