diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-05-14 20:30:48 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-05-14 20:30:48 +0800 |
commit | 7181acec1a2ba4a257267c8e08754e6ec5fe697b (patch) | |
tree | a9cca29ae5326dfcf24ddd5af8f4ae8202ddc3f1 /www/phpgroupware | |
parent | f81e650799005c14d262dd6ff3c22c0e7d0d0388 (diff) | |
download | freebsd-ports-gnome-7181acec1a2ba4a257267c8e08754e6ec5fe697b.tar.gz freebsd-ports-gnome-7181acec1a2ba4a257267c8e08754e6ec5fe697b.tar.zst freebsd-ports-gnome-7181acec1a2ba4a257267c8e08754e6ec5fe697b.zip |
Add staging support.
Diffstat (limited to 'www/phpgroupware')
-rw-r--r-- | www/phpgroupware/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/phpgroupware/Makefile b/www/phpgroupware/Makefile index 846cff531c3a..b79f211cee89 100644 --- a/www/phpgroupware/Makefile +++ b/www/phpgroupware/Makefile @@ -9,15 +9,14 @@ MASTER_SITE_SUBDIR= phpgroupware/phpgroupware/${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= A web based GroupWare system -USE_BZIP2= yes +USES= tar:bzip2 USE_PHP= yes WANT_PHP_MOD= yes NO_BUILD= yes -NO_STAGE= yes do-install: - @${MKDIR} -p ${PREFIX}/www/data-dist/phpgroupware - @${CP} -r ${WRKSRC}/* ${PREFIX}/www/data-dist/phpgroupware + @${MKDIR} ${STAGEDIR}${PREFIX}/www/data-dist/phpgroupware + cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/data-dist/phpgroupware .include <bsd.port.mk> |