svn commit: r306194 - head/devel/cdecl

Eitan Adler eadler at FreeBSD.org
Sat Oct 20 15:38:08 UTC 2012


Author: eadler
Date: Sat Oct 20 15:38:07 2012
New Revision: 306194
URL: http://svn.freebsd.org/changeset/ports/306194

Log:
  Convert to OptionsNG
  
  Feature safe:	yes

Modified:
  head/devel/cdecl/Makefile

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Sat Oct 20 15:36:46 2012	(r306193)
+++ head/devel/cdecl/Makefile	Sat Oct 20 15:38:07 2012	(r306194)
@@ -21,8 +21,10 @@ PLIST_FILES=	bin/cdecl bin/c++decl
 
 CONFLICTS=	cutils-[0-9]*
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/testset* ${DOCSDIR}
 .endif


More information about the svn-ports-all mailing list