diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-05 06:18:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-05 06:18:45 +0000 |
commit | fc41d7f5cae94bfa7bdb772e9291b29dfb99e601 (patch) | |
tree | f4256a42fa50ef56ee93e03f138c15bcd6268a29 /www | |
parent | 5cd9988e83a791ca19cae4d4c679f2f398093307 (diff) | |
download | ports-fc41d7f5cae94bfa7bdb772e9291b29dfb99e601.tar.gz ports-fc41d7f5cae94bfa7bdb772e9291b29dfb99e601.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/jawstats/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/www/jawstats/Makefile b/www/jawstats/Makefile index dd3802b7c1dd..39592295caca 100644 --- a/www/jawstats/Makefile +++ b/www/jawstats/Makefile @@ -15,16 +15,19 @@ NO_WRKSUBDIR= yes NO_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes -DEFAULT_PHP_VER=5 +DEFAULT_PHP_VER= 5 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR} + @${MKDIR} ${STAGEDIR}/${WWWDIR} + @cd ${WRKSRC}; ${FIND} . ! -path '*stage*' -print |\ + ${CPIO} --quiet -pdum -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}/${WWWDIR} + @${RM} -f ${STAGEDIR}${WWWDIR}/.PLIST.mktmp \ + ${STAGEDIR}${WWWDIR}/.build_done.jawstats._usr_local \ + ${STAGEDIR}${WWWDIR}/.configure_done.jawstats._usr_local \ + ${STAGEDIR}${WWWDIR}/.extract_done.jawstats._usr_local \ + ${STAGEDIR}${WWWDIR}/.patch_done.jawstats._usr_local -post-install: - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |