From a86882f2807fcc44306e7ba454d0e325ae60cb61 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 5 Jun 2000 05:47:02 +0000 Subject: 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. --- devel/cvsweb/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devel/cvsweb/Makefile') 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} -- cgit v1.1