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.
This commit is contained in:
Akinori MUSHA 2000-06-05 05:47:02 +00:00
parent c6404a1ea6
commit 86385a8dd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29202
2 changed files with 6 additions and 0 deletions

View File

@ -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}

View File

@ -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}