diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/phpvirtualbox | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Notes
Notes:
svn path=/head/; revision=327776
Diffstat (limited to 'www/phpvirtualbox')
-rw-r--r-- | www/phpvirtualbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/phpvirtualbox/Makefile b/www/phpvirtualbox/Makefile index 176c32fc2c25..1c8b9475619b 100644 --- a/www/phpvirtualbox/Makefile +++ b/www/phpvirtualbox/Makefile @@ -1,4 +1,4 @@ -# Created by: Bernhard Froehlich <decke@bluelife.at> +# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD$ PORTNAME= phpvirtualbox @@ -19,6 +19,7 @@ NO_BUILD= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(php|txt|js|css|html) +NO_STAGE= yes do-install: @${MKDIR} ${WWWDIR} (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${WWWDIR} "! -name *.orig") |