diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 22:14:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 22:14:27 +0000 |
commit | d336c5e7fe39679296af733a83e76f03f1b86301 (patch) | |
tree | cef343d4767881eec75b4a71ad23d906aa709910 | |
parent | BROKEN: Incomplete pkg-plist (diff) |
- Minimal fix to unbreak this port after recent php changes
Notes
Notes:
svn path=/head/; revision=163025
-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 |