diff options
author | crees <crees@FreeBSD.org> | 2013-12-29 22:50:31 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-12-29 22:50:31 +0800 |
commit | 123489578fa6fcb82a44689c62d4337729da8276 (patch) | |
tree | cec4a5c2ac8fb6e3e87cbc537549aefc29e453b1 /databases/vfront | |
parent | 4cfed2b80d6bad3f51afc627871862ff319dd492 (diff) | |
download | freebsd-ports-gnome-123489578fa6fcb82a44689c62d4337729da8276.tar.gz freebsd-ports-gnome-123489578fa6fcb82a44689c62d4337729da8276.tar.zst freebsd-ports-gnome-123489578fa6fcb82a44689c62d4337729da8276.zip |
Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups
Diffstat (limited to 'databases/vfront')
-rw-r--r-- | databases/vfront/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/vfront/Makefile b/databases/vfront/Makefile index f6cc9cb322e0..3bdc883448e9 100644 --- a/databases/vfront/Makefile +++ b/databases/vfront/Makefile @@ -1,4 +1,3 @@ -# Created by: crees # $FreeBSD$ PORTNAME= vfront @@ -20,7 +19,6 @@ OPTIONS_MULTI= database OPTIONS_MULTI_database= MYSQL PGSQL OPTIONS_DEFAULT= MYSQL PGSQL -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} @@ -45,10 +43,10 @@ pre-install: ${FIND} * -type d | ${SORT} -r | \ ${SED} 's,^,@dirrmtry %%WWWDIR%%/,' >> ${PLIST}) @${ECHO_CMD} '@dirrmtry %%WWWDIR%%' >> ${PLIST} + @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN} %D/%%WWWDIR%%' >> ${PLIST} + @${ECHO_CMD} '@exec ${CHMOD} 700 %D/%%WWWDIR%%/conf' >> ${PLIST} do-install: - (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR}) - ${CHOWN} -R ${WWWOWN} ${WWWDIR} - ${CHMOD} 700 ${WWWDIR}/conf + (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}) .include <bsd.port.mk> |