View | Details | Raw Unified | Return to bug 142941
Collapse All | Expand All

(-)p5-RT-Extension-LDAPImport/Makefile (-1 / +2 lines)
Lines 55-61 Link Here
55
# $PREFIX in the environment and inherit settings from RT.pm
55
# $PREFIX in the environment and inherit settings from RT.pm
56
do-configure:
56
do-configure:
57
	@cd ${CONFIGURE_WRKSRC} && \
57
	@cd ${CONFIGURE_WRKSRC} && \
58
	    ${SETENV} -u PREFIX ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \
58
	    unset PREFIX && \
59
	    ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \
59
	    ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
60
	    ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
60
61
61
.include <bsd.port.mk>
62
.include <bsd.port.mk>

Return to bug 142941