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

(-)p5-RT-Extension-SLA/Makefile (-1 / +2 lines)
Lines 65-71 Link Here
65
# $PREFIX in the environment and inherit settings from RT.pm
65
# $PREFIX in the environment and inherit settings from RT.pm
66
do-configure:
66
do-configure:
67
	@cd ${CONFIGURE_WRKSRC} && \
67
	@cd ${CONFIGURE_WRKSRC} && \
68
	    ${SETENV} -u PREFIX ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \
68
	    unset PREFIX && \
69
	    ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \
69
	    ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
70
	    ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
70
71
71
post-install:
72
post-install:

Return to bug 142942