Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 16:34:46 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326413 - head/devel/p5-DateTime-Locale
Message-ID:  <201309051634.r85GYkP1045467@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051634.r85GYkP1045467>