aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RTx-Calendar
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-21 20:36:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-21 20:36:49 +0000
commit70606df240a34f9c65038f0c115ec8ac6eeb6c62 (patch)
treefa7670fa160559411384dabe429216c9233b1c8f /www/p5-RTx-Calendar
parent16c0336089d7183bfb94b5313e84c5ebf3d16248 (diff)
Notes
Diffstat (limited to 'www/p5-RTx-Calendar')
-rw-r--r--www/p5-RTx-Calendar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile
index c9d64d23c20d..1e79a1283da4 100644
--- a/www/p5-RTx-Calendar/Makefile
+++ b/www/p5-RTx-Calendar/Makefile
@@ -52,7 +52,8 @@ PLIST_SUB+= RTHOME=${RTHOME}
# $PREFIX in the environment and inherit settings from RT.pm
do-configure:
@cd ${CONFIGURE_WRKSRC} && \
- ${SETENV} -u PREFIX ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \
+ unset PREFIX && \
+ ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
.include <bsd.port.mk>