diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-03-30 21:45:08 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-03-30 21:45:08 +0000 |
commit | 68e79a50a34fbf3009838a63ac29e32734ae9992 (patch) | |
tree | cf4df6fd626c015f06ef58c71f01b9dcc81e2975 /deskutils/egroupware/Makefile | |
parent | 2942ded5bff75da81334ef5dccf1eee91a2eb737 (diff) | |
download | FreeBSD-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/Makefile | 6 |
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> |