diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-11-24 11:36:08 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-11-24 11:36:08 +0000 |
commit | 3f66fe86022032d8b657556bb1279b0a6e184145 (patch) | |
tree | 8d32059e9a2c0e1faa3428215f530e442e7de532 /deskutils/phpgroupware/Makefile | |
parent | 1987d4f293c042756375cb04ada974b7119924b3 (diff) | |
download | FreeBSD-ports-3f66fe86022032d8b657556bb1279b0a6e184145.zip FreeBSD-ports-3f66fe86022032d8b657556bb1279b0a6e184145.tar.gz |
Upgrade port to version 0.9.14.000.
Diffstat (limited to 'deskutils/phpgroupware/Makefile')
-rw-r--r-- | deskutils/phpgroupware/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/deskutils/phpgroupware/Makefile b/deskutils/phpgroupware/Makefile index ac9c1db..f2d38bc 100644 --- a/deskutils/phpgroupware/Makefile +++ b/deskutils/phpgroupware/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ PORTNAME= phpgroupware -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.14.000 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpgroupware -DISTNAME= phpGroupWare-${PORTVERSION} +DISTNAME= phpgroupware-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org @@ -18,8 +18,10 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 NO_BUILD= yes WRKSRC= ${WRKDIR}/phpgroupware +USE_BZIP2= yes + post-extract: - find ${WRKSRC} -name CVS -type d | xargs ${RM} -rf + ${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -rf do-install: @${CP} -r ${WRKSRC} ${PREFIX}/www/data.default/ |