mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
Convert to OptionsNG
Remove stale MASTER_SITE Feature safe: yes
This commit is contained in:
parent
7b0f2f093b
commit
20dc1d34b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306198
1 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,9 @@
|
||||||
PORTNAME= nano
|
PORTNAME= nano
|
||||||
PORTVERSION= 2.3.1
|
PORTVERSION= 2.3.1
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \
|
MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/
|
||||||
http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/
|
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
#DISTNAME= nano-${PORTVERSION}pre2
|
|
||||||
|
|
||||||
MAINTAINER= eadler@FreeBSD.org
|
MAINTAINER= eadler@FreeBSD.org
|
||||||
COMMENT= Nano's ANOther editor, an enhanced free Pico clone
|
COMMENT= Nano's ANOther editor, an enhanced free Pico clone
|
||||||
|
@ -15,7 +14,9 @@ CONFLICTS= nano-2*
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
.if !defined(WITHOUT_NLS)
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
PLIST_SUB+= NLS=""
|
PLIST_SUB+= NLS=""
|
||||||
MANLANG= "" fr
|
MANLANG= "" fr
|
||||||
|
|
Loading…
Add table
Reference in a new issue