diff options
author | knu <knu@FreeBSD.org> | 2000-06-05 13:47:02 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-06-05 13:47:02 +0800 |
commit | a86882f2807fcc44306e7ba454d0e325ae60cb61 (patch) | |
tree | 79b13c2e3db8c6e3551ba8b6a03ae31dc08f2f98 /devel/cvsweb/Makefile | |
parent | 499d02b72b4b1a3c9c36c3f752dbb37fca01eaf8 (diff) | |
download | freebsd-ports-gnome-a86882f2807fcc44306e7ba454d0e325ae60cb61.tar.gz freebsd-ports-gnome-a86882f2807fcc44306e7ba454d0e325ae60cb61.tar.zst freebsd-ports-gnome-a86882f2807fcc44306e7ba454d0e325ae60cb61.zip |
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/Makefile | 3 |
1 files changed, 3 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} |