svn commit: r403833 - head/security/paperkey
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Dec 16 02:02:19 UTC 2015
Author: amdmi3
Date: Wed Dec 16 02:02:18 2015
New Revision: 403833
URL: https://svnweb.freebsd.org/changeset/ports/403833
Log:
- Switch to options helpers
Modified:
head/security/paperkey/Makefile
Modified: head/security/paperkey/Makefile
==============================================================================
--- head/security/paperkey/Makefile Wed Dec 16 02:02:16 2015 (r403832)
+++ head/security/paperkey/Makefile Wed Dec 16 02:02:18 2015 (r403833)
@@ -21,16 +21,12 @@ PORTDOCS= NEWS README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
# Setting ALL_TARGET to "all check" is racy and breaks parallel builds
post-build:
${MAKE} -C ${BUILD_WRKSRC} check
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list