svn commit: r326413 - head/devel/p5-DateTime-Locale

Frederic Culot culot at FreeBSD.org
Thu Sep 5 16:34:47 UTC 2013


Author: culot
Date: Thu Sep  5 16:34:46 2013
New Revision: 326413
URL: http://svnweb.freebsd.org/changeset/ports/326413

Log:
  - Convert to OptionsNG
  
  PR:		ports/181773
  Submitted by:	Takefu <takefu at airport.fm>

Modified:
  head/devel/p5-DateTime-Locale/Makefile

Modified: head/devel/p5-DateTime-Locale/Makefile
==============================================================================
--- head/devel/p5-DateTime-Locale/Makefile	Thu Sep  5 16:33:40 2013	(r326412)
+++ head/devel/p5-DateTime-Locale/Makefile	Thu Sep  5 16:34:46 2013	(r326413)
@@ -490,10 +490,14 @@ MAN3=	\
 	DateTime::Locale::zu_ZA.3 \
 	DateTime::LocaleCatalog.3
 
-.if !defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	Changes
+.endif
 
 post-install:
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."


More information about the svn-ports-all mailing list