diff options
author | kevlo <kevlo@FreeBSD.org> | 2014-05-26 09:34:11 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2014-05-26 09:34:11 +0800 |
commit | 14649b576e0b2d508be011acbff3f62a7e5d2a3c (patch) | |
tree | 8a42b9851b152a3c12c61b8b2a334664ba24949d /www/kplaylist | |
parent | 0bcc849027862220471793038c3fb04705605a95 (diff) | |
download | freebsd-ports-gnome-14649b576e0b2d508be011acbff3f62a7e5d2a3c.tar.gz freebsd-ports-gnome-14649b576e0b2d508be011acbff3f62a7e5d2a3c.tar.zst freebsd-ports-gnome-14649b576e0b2d508be011acbff3f62a7e5d2a3c.zip |
Stage support
PR: ports/190211
Submitted by: Joseph Benden <joe at thrallingpenguin dot com>
Diffstat (limited to 'www/kplaylist')
-rw-r--r-- | www/kplaylist/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/kplaylist/Makefile b/www/kplaylist/Makefile index 2a3c17d5d87e..aeb4a6ba0a81 100644 --- a/www/kplaylist/Makefile +++ b/www/kplaylist/Makefile @@ -24,10 +24,10 @@ NO_BUILD= yes PLIST_FILES= %%WWWDIR%%/index.php PLIST_DIRS= %%WWWDIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} - @cd ${WRKSRC} && ${CP} kplaylist.1.8.505.php ${WWWDIR}/index.php - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC} && ${CP} kplaylist.1.8.505.php \ + ${STAGEDIR}${WWWDIR}/index.php + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} .include <bsd.port.mk> |