diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-20 15:55:45 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-20 15:55:45 +0000 |
commit | 20dc1d34b74f95dbb19459d2d05a81bf249f5e6a (patch) | |
tree | 213b12558c4aa450f1abe39bfb542dc1ccb76161 /editors/nano-devel | |
parent | 7b0f2f093b01b109e508ad2678225860992eae1e (diff) | |
download | ports-20dc1d34b74f95dbb19459d2d05a81bf249f5e6a.tar.gz ports-20dc1d34b74f95dbb19459d2d05a81bf249f5e6a.zip |
Notes
Diffstat (limited to 'editors/nano-devel')
-rw-r--r-- | editors/nano-devel/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile index db051c835c54..b5facd94782c 100644 --- a/editors/nano-devel/Makefile +++ b/editors/nano-devel/Makefile @@ -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 |