diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-03 16:03:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-03 16:03:31 +0000 |
commit | b353e70bf70aa1429d5161b51bbc8705cdf94310 (patch) | |
tree | ad21bd4aaa838781212edf8f19842612506afced /www/p5-RT-Authen-ExternalAuth/Makefile | |
parent | c0ab8dfa5e9c33ead4c9114f38a4cf48ec8b9a65 (diff) | |
download | ports-b353e70bf70aa1429d5161b51bbc8705cdf94310.tar.gz ports-b353e70bf70aa1429d5161b51bbc8705cdf94310.zip |
Notes
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth/Makefile')
-rw-r--r-- | www/p5-RT-Authen-ExternalAuth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/Makefile b/www/p5-RT-Authen-ExternalAuth/Makefile index c06c78547d9f..eb82b42eda7e 100644 --- a/www/p5-RT-Authen-ExternalAuth/Makefile +++ b/www/p5-RT-Authen-ExternalAuth/Makefile @@ -22,7 +22,6 @@ NO_ARCH= yes USES+= perl5 USE_PERL5= configure -NEED_ROOT= yes OPTIONS_SINGLE= RTVERSION OPTIONS_SINGLE_RTVERSION= RT40 RT42 @@ -58,6 +57,9 @@ do-configure: ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ./${CONFIGURE_SCRIPT} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//;' Makefile +post-configure: + ${REINPLACE_CMD} "/RTxPlugin/d" ${WRKSRC}/Makefile + post-install: ${RM} ${STAGEDIR}${PREFIX}/man/auto/RT/Authen/ExternalAuth/.packlist ${RMDIR} -p ${STAGEDIR}${PREFIX}/man/auto/RT/Authen/ExternalAuth 2>/dev/null || : |