diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-06 10:41:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-06 10:41:47 +0800 |
commit | 5721839456dff44b60ab984d5882796c93ddb976 (patch) | |
tree | cfca3842edb4ab19137f8053bfd06bc63ac3ec6e /www | |
parent | 2cef8aa2390ea9a4b135bb568e0dfe700288d7cf (diff) | |
download | freebsd-ports-gnome-5721839456dff44b60ab984d5882796c93ddb976.tar.gz freebsd-ports-gnome-5721839456dff44b60ab984d5882796c93ddb976.tar.zst freebsd-ports-gnome-5721839456dff44b60ab984d5882796c93ddb976.zip |
- Stage support
Diffstat (limited to 'www')
-rw-r--r-- | www/typolight/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/typolight/Makefile b/www/typolight/Makefile index c0f1fbe7c4a4..e8beef547fc9 100644 --- a/www/typolight/Makefile +++ b/www/typolight/Makefile @@ -15,15 +15,13 @@ USE_MYSQL= yes SUB_FILES= pkg-message WWWDIR?= ${PREFIX}/www/${PORTNAME} -NO_STAGE= yes .include <bsd.port.pre.mk> do-install: - @${MKDIR} ${WWWDIR} - ${CP} -R ${WRKSRC}/ ${WWWDIR} - ${TOUCH} ${WWWDIR}/system/config/localconfig.php - @${CHOWN} ${WWWOWN} ${WWWDIR}/system/config/localconfig.php - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${WWWDIR} + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} + ${TOUCH} ${STAGEDIR}${WWWDIR}/system/config/localconfig.php + @${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/system/config/localconfig.php create-plist: @${FIND} -s ${WRKSRC}/${file} -not -type d \ |