1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
This commit is contained in:
Vanilla I. Shu 2014-06-07 14:26:36 +00:00
parent 6d2d36fc9d
commit f924e990d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356905

View File

@ -20,16 +20,12 @@ USES= shebangfix perl5
SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl utils/*/*.pl
SUB_FILES= ${PORTNAME}-httpd.conf pkg-message
NO_STAGE= yes
do-install:
@cd ${WRKDIR} ; \
${TAR} -cf - ${PORTNAME} | ( cd ${PREFIX} ; ${TAR} xf - )
@cd ${PREFIX}/${PORTNAME} ; \
${TAR} -cf - ${PORTNAME} | ( cd ${STAGEDIR}${PREFIX} ; ${TAR} xf - )
@cd ${STAGEDIR}${PREFIX}/${PORTNAME} ; \
${CHOWN} -hR ${WWWOWN}:${WWWGRP} * ; \
${CHMOD} 711 users templates css spool
@${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-httpd.conf ${PREFIX}/etc/
post-install:
@${CAT} ${PKGMESSAGE}
@${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-httpd.conf ${STAGEDIR}${PREFIX}/etc/
.include <bsd.port.mk>