diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-21 20:36:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-21 20:36:49 +0000 |
commit | 70606df240a34f9c65038f0c115ec8ac6eeb6c62 (patch) | |
tree | fa7670fa160559411384dabe429216c9233b1c8f /www/p5-RT-Authen-ExternalAuth | |
parent | 16c0336089d7183bfb94b5313e84c5ebf3d16248 (diff) | |
download | ports-70606df240a34f9c65038f0c115ec8ac6eeb6c62.tar.gz ports-70606df240a34f9c65038f0c115ec8ac6eeb6c62.zip |
Notes
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth')
-rw-r--r-- | www/p5-RT-Authen-ExternalAuth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/Makefile b/www/p5-RT-Authen-ExternalAuth/Makefile index 43d09588f091..766723c26e9a 100644 --- a/www/p5-RT-Authen-ExternalAuth/Makefile +++ b/www/p5-RT-Authen-ExternalAuth/Makefile @@ -51,7 +51,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> |