diff options
-rw-r--r-- | www/rsstool/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/rsstool/Makefile b/www/rsstool/Makefile index 3fa006e6a1f7..f148eb528b9c 100644 --- a/www/rsstool/Makefile +++ b/www/rsstool/Makefile @@ -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> |