svn commit: r418691 - head/security/libident

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 18 09:00:31 UTC 2016


Author: amdmi3
Date: Mon Jul 18 09:00:30 2016
New Revision: 418691
URL: https://svnweb.freebsd.org/changeset/ports/418691

Log:
  - Switch to options helpers

Modified:
  head/security/libident/Makefile

Modified: head/security/libident/Makefile
==============================================================================
--- head/security/libident/Makefile	Mon Jul 18 06:46:05 2016	(r418690)
+++ head/security/libident/Makefile	Mon Jul 18 09:00:30 2016	(r418691)
@@ -17,7 +17,7 @@ INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list