diff -Nur /usr/ports/www/p5-RT-Authen-ExternalAuth/Makefile p5-RT-Authen-ExternalAuth/Makefile --- /usr/ports/www/p5-RT-Authen-ExternalAuth/Makefile 2010-01-16 17:16:16.000000000 +0000 +++ p5-RT-Authen-ExternalAuth/Makefile 2010-01-18 16:30:50.000000000 +0000 @@ -51,7 +51,8 @@ # $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