svn commit: r306182 - head/misc/getopt

Eitan Adler eadler at FreeBSD.org
Sat Oct 20 14:59:44 UTC 2012


Author: eadler
Date: Sat Oct 20 14:59:43 2012
New Revision: 306182
URL: http://svn.freebsd.org/changeset/ports/306182

Log:
  Convert to OptionsNG
  
  Feature safe:	yes

Modified:
  head/misc/getopt/Makefile

Modified: head/misc/getopt/Makefile
==============================================================================
--- head/misc/getopt/Makefile	Sat Oct 20 14:45:37 2012	(r306181)
+++ head/misc/getopt/Makefile	Sat Oct 20 14:59:43 2012	(r306182)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	getopt
-PORTVERSION=	1.1.4
+PORTVERSION=	1.1.5
 PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	http://software.frodo.looijaard.name/getopt/files/
@@ -20,10 +20,12 @@ MAKE_ENV=	LIBCGETOPT=0
 MAN1=		getopt.1
 DOCS=		Changelog README
 
+.include <bsd.port.options.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 post-install:
 	@${MKDIR} ${DOCSDIR}
 	@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}


More information about the svn-ports-all mailing list