svn commit: r431124 - head/security/libsodium

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 10 18:38:42 UTC 2017


Author: sunpoet
Date: Tue Jan 10 18:38:41 2017
New Revision: 431124
URL: https://svnweb.freebsd.org/changeset/ports/431124

Log:
  Convert to options target helper

Modified:
  head/security/libsodium/Makefile

Modified: head/security/libsodium/Makefile
==============================================================================
--- head/security/libsodium/Makefile	Tue Jan 10 18:36:55 2017	(r431123)
+++ head/security/libsodium/Makefile	Tue Jan 10 18:38:41 2017	(r431124)
@@ -21,7 +21,7 @@ INSTALL_TARGET?=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR}/


More information about the svn-ports-head mailing list