diff options
Diffstat (limited to 'www/phpvirtualbox/Makefile')
-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") |