diff options
-rw-r--r-- | deskutils/phpgroupware/Makefile | 3 | ||||
-rw-r--r-- | deskutils/phpgroupware/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/phpgroupware/Makefile b/deskutils/phpgroupware/Makefile index 13e273557b44..4e4c5b73f89f 100644 --- a/deskutils/phpgroupware/Makefile +++ b/deskutils/phpgroupware/Makefile @@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= A web based GroupWare system -BROKEN= Incorrect pkg-plist - USE_BZIP2= yes USE_PHP= yes WANT_PHP_MOD= yes @@ -27,6 +25,7 @@ post-extract: @${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -rf do-install: + @${MKDIR} ${PREFIX}/www/data-dist @${CP} -r ${WRKSRC} ${PREFIX}/www/data-dist/ .include <bsd.port.mk> diff --git a/deskutils/phpgroupware/pkg-plist b/deskutils/phpgroupware/pkg-plist index 14bf8ab2bd2d..9a7122ce473d 100644 --- a/deskutils/phpgroupware/pkg-plist +++ b/deskutils/phpgroupware/pkg-plist @@ -8843,3 +8843,4 @@ www/data-dist/phpgroupware/xmlrpc/zopetest.php @dirrm www/data-dist/phpgroupware/addressbook/help @dirrm www/data-dist/phpgroupware/addressbook @dirrm www/data-dist/phpgroupware +@dirrmtry www/data-dist |