svn commit: r402505 - head/devel/fistgen

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 28 03:28:45 UTC 2015


Author: amdmi3
Date: Sat Nov 28 03:28:43 2015
New Revision: 402505
URL: https://svnweb.freebsd.org/changeset/ports/402505

Log:
  - Switch to options helpers

Modified:
  head/devel/fistgen/Makefile

Modified: head/devel/fistgen/Makefile
==============================================================================
--- head/devel/fistgen/Makefile	Sat Nov 28 02:50:41 2015	(r402504)
+++ head/devel/fistgen/Makefile	Sat Nov 28 03:28:43 2015	(r402505)
@@ -25,9 +25,13 @@ post-install:
 .for dir in templates
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR})
 .endfor
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README \
 		${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
+
+post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 .for dir in copyfs cryptfs gzipfs uuencodefs tests
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${EXAMPLESDIR})


More information about the svn-ports-all mailing list