aboutsummaryrefslogtreecommitdiff
path: root/databases/mywwwatcher
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-05-19 12:55:10 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-05-19 12:55:10 +0000
commit9b8fa99c533909eeb84d724ad7f034cfb8732b34 (patch)
treea5844537b630d73b464e687867394d00115c94d3 /databases/mywwwatcher
parent22c5a9fc869d3eea966a0557e924bf3c23bbfe0e (diff)
downloadports-9b8fa99c533909eeb84d724ad7f034cfb8732b34.tar.gz
ports-9b8fa99c533909eeb84d724ad7f034cfb8732b34.zip
Support staging.
Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=354536
Diffstat (limited to 'databases/mywwwatcher')
-rw-r--r--databases/mywwwatcher/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/databases/mywwwatcher/Makefile b/databases/mywwwatcher/Makefile
index 8b54e8a3d47f..65feeb325e86 100644
--- a/databases/mywwwatcher/Makefile
+++ b/databases/mywwwatcher/Makefile
@@ -20,18 +20,11 @@ NO_BUILD= yes
SUB_FILES= pkg-message
-NO_STAGE= yes
do-install:
- @${MKDIR} ${WWWDIR}
- @${CP} -Rp ${WRKSRC}/* ${WWWDIR}
- @${CHGRP} -R ${WWWGRP} ${WWWDIR}
- @${CHMOD} 775 ${WWWDIR}/ini
- @${CHMOD} 775 ${WWWDIR}/query_archive
- @${ECHO_CMD} ""
-
-post-install:
-.if !defined(BATCH)
- @${CAT} ${PKGMESSAGE}
-.endif
+ @${MKDIR} ${STAGEDIR}${WWWDIR}
+ @${CP} -Rp ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
+ @${CHGRP} -R ${WWWGRP} ${STAGEDIR}${WWWDIR}
+ @${CHMOD} 775 ${STAGEDIR}${WWWDIR}/ini
+ @${CHMOD} 775 ${STAGEDIR}${WWWDIR}/query_archive
.include <bsd.port.mk>