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:
parent
c6404a1ea6
commit
86385a8dd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29202
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user