summaryrefslogtreecommitdiffstats
path: root/deskutils/egroupware/Makefile
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-03-30 21:45:08 +0000
committerolgeni <olgeni@FreeBSD.org>2001-03-30 21:45:08 +0000
commit68e79a50a34fbf3009838a63ac29e32734ae9992 (patch)
treecf4df6fd626c015f06ef58c71f01b9dcc81e2975 /deskutils/egroupware/Makefile
parent2942ded5bff75da81334ef5dccf1eee91a2eb737 (diff)
downloadFreeBSD-ports-68e79a50a34fbf3009838a63ac29e32734ae9992.zip
FreeBSD-ports-68e79a50a34fbf3009838a63ac29e32734ae9992.tar.gz
Fix my previous mistakes: the PHP scripts really belong to
www/data.default. Noticed by: Neil Blakey-Milner <nbm@mithrandr.moria.org>
Diffstat (limited to 'deskutils/egroupware/Makefile')
-rw-r--r--deskutils/egroupware/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile
index 90c8ddb..5046cd0 100644
--- a/deskutils/egroupware/Makefile
+++ b/deskutils/egroupware/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>
OpenPOWER on IntegriCloud