Date: Sat, 20 Oct 2012 15:55:46 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306198 - head/editors/nano-devel Message-ID: <201210201555.q9KFtkdZ059890@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sat Oct 20 15:55:45 2012 New Revision: 306198 URL: http://svn.freebsd.org/changeset/ports/306198 Log: Convert to OptionsNG Remove stale MASTER_SITE Feature safe: yes Modified: head/editors/nano-devel/Makefile Modified: head/editors/nano-devel/Makefile ============================================================================== --- head/editors/nano-devel/Makefile Sat Oct 20 15:54:07 2012 (r306197) +++ head/editors/nano-devel/Makefile Sat Oct 20 15:55:45 2012 (r306198) @@ -3,10 +3,9 @@ PORTNAME= nano PORTVERSION= 2.3.1 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \ - http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/ +MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ + PKGNAMESUFFIX= -devel -#DISTNAME= nano-${PORTVERSION}pre2 MAINTAINER= eadler@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone @@ -15,7 +14,9 @@ CONFLICTS= nano-2* GNU_CONFIGURE= yes -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" MANLANG= "" fr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210201555.q9KFtkdZ059890>