svn commit: r306198 - head/editors/nano-devel

Eitan Adler eadler at FreeBSD.org
Sat Oct 20 15:55:46 UTC 2012


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 at 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


More information about the svn-ports-all mailing list