summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/cvsweb/Makefile3
-rw-r--r--devel/cvsweb3/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile
index 7b91154..ce6c059 100644
--- a/devel/cvsweb/Makefile
+++ b/devel/cvsweb/Makefile
@@ -48,6 +48,9 @@ do-install:
${MKDIR} ${PREFIX}/share/doc/cvsweb
cd ${WRKSRC} && ${INSTALL_DATA} INSTALL README TODO ${PREFIX}/share/doc/cvsweb/
.endif
+.if defined(PACKAGE_BUILDING)
+ @${ECHO} "@dirrm share/apache" >> ${TMPPLIST}
+.endif
post-install:
@${CAT} ${PKGMESSAGE}
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
index 7b91154..ce6c059 100644
--- a/devel/cvsweb3/Makefile
+++ b/devel/cvsweb3/Makefile
@@ -48,6 +48,9 @@ do-install:
${MKDIR} ${PREFIX}/share/doc/cvsweb
cd ${WRKSRC} && ${INSTALL_DATA} INSTALL README TODO ${PREFIX}/share/doc/cvsweb/
.endif
+.if defined(PACKAGE_BUILDING)
+ @${ECHO} "@dirrm share/apache" >> ${TMPPLIST}
+.endif
post-install:
@${CAT} ${PKGMESSAGE}
OpenPOWER on IntegriCloud