svn commit: r403334 - head/www/rsstool

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 8 18:34:08 UTC 2015


Author: amdmi3
Date: Tue Dec  8 18:34:06 2015
New Revision: 403334
URL: https://svnweb.freebsd.org/changeset/ports/403334

Log:
  - Switch to options helpers

Modified:
  head/www/rsstool/Makefile

Modified: head/www/rsstool/Makefile
==============================================================================
--- head/www/rsstool/Makefile	Tue Dec  8 18:33:24 2015	(r403333)
+++ head/www/rsstool/Makefile	Tue Dec  8 18:34:06 2015	(r403334)
@@ -26,7 +26,11 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+
+do-install-DOCS-on:
 	cd ${WRKSRC} && ${COPYTREE_SHARE} "*html images" ${STAGEDIR}${DOCSDIR}/
+
+do-install-EXAMPLES-on:
 	cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list