diff options
Diffstat (limited to 'deskutils/phpgroupware/Makefile')
-rw-r--r-- | deskutils/phpgroupware/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/phpgroupware/Makefile b/deskutils/phpgroupware/Makefile index 90c8ddb..5046cd0 100644 --- a/deskutils/phpgroupware/Makefile +++ b/deskutils/phpgroupware/Makefile @@ -15,13 +15,13 @@ DISTNAME= phpGroupWare-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \ - ${LOCALBASE}/www/data/phpgroupware/projects/index.php:${PORTSDIR}/deskutils/phpgw_projects \ - ${LOCALBASE}/www/data/phpgroupware/inv/index.php:${PORTSDIR}/deskutils/phpgw_inventory + ${LOCALBASE}/www/data.default/phpgroupware/projects/index.php:${PORTSDIR}/deskutils/phpgw_projects \ + ${LOCALBASE}/www/data.default/phpgroupware/inv/index.php:${PORTSDIR}/deskutils/phpgw_inventory NO_BUILD= yes WRKSRC= ${WRKDIR}/phpgroupware do-install: - @${CP} -r ${WRKSRC} ${PREFIX}/www/data/ + @${CP} -r ${WRKSRC} ${PREFIX}/www/data.default/ .include <bsd.port.mk> |