summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-06-05 05:47:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-06-05 05:47:02 +0000
commit86385a8dd1230fca1d6f3bdc9803f68587c3260c (patch)
tree3f34cab57352c7371afee396d49025945a5437a8 /devel
parentUpdate to jargon file 4.2.0 (diff)
Satisfy bento by removing the apache directory on package building.
This port does not explicitly depend on a specific version of Apache nor other www servers but leaves the option for users, since cvsweb should work on most cgi capable www servers.
Notes
Notes: svn path=/head/; revision=29202
Diffstat (limited to 'devel')
-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 7b91154ffa2f..ce6c059a89ed 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 7b91154ffa2f..ce6c059a89ed 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}