Date: Tue, 23 Oct 2012 21:14:55 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306330 - head/devel/chrpath Message-ID: <201210232114.q9NLEt5E058533@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Oct 23 21:14:54 2012 New Revision: 306330 URL: http://svn.freebsd.org/changeset/ports/306330 Log: Use optionsNG syntax for NOPORTDOCS Feature safe: yes Modified: head/devel/chrpath/Makefile (contents, props changed) Modified: head/devel/chrpath/Makefile ============================================================================== --- head/devel/chrpath/Makefile Tue Oct 23 21:14:20 2012 (r306329) +++ head/devel/chrpath/Makefile Tue Oct 23 21:14:54 2012 (r306330) @@ -21,8 +21,10 @@ PLIST_FILES= bin/chrpath PORTDOCS= AUTHORS ChangeLog NEWS README +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210232114.q9NLEt5E058533>