From 86385a8dd1230fca1d6f3bdc9803f68587c3260c Mon Sep 17 00:00:00 2001 From: Akinori MUSHA 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 +++ devel/cvsweb3/Makefile | 3 +++ 2 files changed, 6 insertions(+) (limited to 'devel') 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} -- cgit v1.2.3