aboutsummaryrefslogtreecommitdiffstats
path: root/www/phpgroupware
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2014-05-14 20:30:48 +0800
committerolgeni <olgeni@FreeBSD.org>2014-05-14 20:30:48 +0800
commit7181acec1a2ba4a257267c8e08754e6ec5fe697b (patch)
treea9cca29ae5326dfcf24ddd5af8f4ae8202ddc3f1 /www/phpgroupware
parentf81e650799005c14d262dd6ff3c22c0e7d0d0388 (diff)
downloadfreebsd-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/Makefile7
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>