summaryrefslogtreecommitdiffstats
path: root/devel/cvsweb/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-06-05 05:47:02 +0000
committerknu <knu@FreeBSD.org>2000-06-05 05:47:02 +0000
commita86882f2807fcc44306e7ba454d0e325ae60cb61 (patch)
tree79b13c2e3db8c6e3551ba8b6a03ae31dc08f2f98 /devel/cvsweb/Makefile
parent499d02b72b4b1a3c9c36c3f752dbb37fca01eaf8 (diff)
downloadFreeBSD-ports-a86882f2807fcc44306e7ba454d0e325ae60cb61.zip
FreeBSD-ports-a86882f2807fcc44306e7ba454d0e325ae60cb61.tar.gz
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.
Diffstat (limited to 'devel/cvsweb/Makefile')
-rw-r--r--devel/cvsweb/Makefile3
1 files changed, 3 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}
OpenPOWER on IntegriCloud