svn commit: r401823 - head/devel/libshhmsg

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 17 21:26:56 UTC 2015


Author: amdmi3
Date: Tue Nov 17 21:26:54 2015
New Revision: 401823
URL: https://svnweb.freebsd.org/changeset/ports/401823

Log:
  - Switch to options helpers

Modified:
  head/devel/libshhmsg/Makefile

Modified: head/devel/libshhmsg/Makefile
==============================================================================
--- head/devel/libshhmsg/Makefile	Tue Nov 17 21:22:08 2015	(r401822)
+++ head/devel/libshhmsg/Makefile	Tue Nov 17 21:26:54 2015	(r401823)
@@ -19,7 +19,7 @@ MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CON
 
 OPTIONS_DEFINE=		DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in CREDITS README shhmsg.txt
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})


More information about the svn-ports-all mailing list