diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-06 06:54:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-06 06:54:19 +0000 |
commit | be4c6448a890a12891a93bbc158a66ec4e868e79 (patch) | |
tree | 8cbaf74b97ffda20f53930215deea45720b020a0 /www/webcalendar | |
parent | 153a5ec176dc0b1a86f0eddd7cfb0ee8009b6c1f (diff) |
Notes
Diffstat (limited to 'www/webcalendar')
-rw-r--r-- | www/webcalendar/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/webcalendar/Makefile b/www/webcalendar/Makefile index c55e176a29ef..f56f42a697fe 100644 --- a/www/webcalendar/Makefile +++ b/www/webcalendar/Makefile @@ -87,9 +87,6 @@ IGNORE= please choose database backend by running 'make config' USE_PHP+= ldap .endif -# Fix USE_PHP after bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.php.mk" - pre-install: cd ${WRKSRC} && ${FIND} -s * -type f | \ ${SED} -e 's|^|${WCDIR}/|' > ${PLIST} \ |