diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-05-19 20:55:10 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-05-19 20:55:10 +0800 |
commit | a55550521e9f8aa87e6a2e39205cbd4f622491ed (patch) | |
tree | a5844537b630d73b464e687867394d00115c94d3 /databases | |
parent | 387bccbcce8675d046e9b5e010c473742ff1f7ce (diff) | |
download | freebsd-ports-gnome-a55550521e9f8aa87e6a2e39205cbd4f622491ed.tar.gz freebsd-ports-gnome-a55550521e9f8aa87e6a2e39205cbd4f622491ed.tar.zst freebsd-ports-gnome-a55550521e9f8aa87e6a2e39205cbd4f622491ed.zip |
Support staging.
Approved by: portmgr@
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mywwwatcher/Makefile | 17 |
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> |