diff options
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth/Makefile')
-rw-r--r-- | www/p5-RT-Authen-ExternalAuth/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/Makefile b/www/p5-RT-Authen-ExternalAuth/Makefile index dcdb2c1d8df9..c06c78547d9f 100644 --- a/www/p5-RT-Authen-ExternalAuth/Makefile +++ b/www/p5-RT-Authen-ExternalAuth/Makefile @@ -3,6 +3,7 @@ PORTNAME= RT-Authen-ExternalAuth DISTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -57,4 +58,8 @@ do-configure: ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ./${CONFIGURE_SCRIPT} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//;' Makefile +post-install: + ${RM} ${STAGEDIR}${PREFIX}/man/auto/RT/Authen/ExternalAuth/.packlist + ${RMDIR} -p ${STAGEDIR}${PREFIX}/man/auto/RT/Authen/ExternalAuth 2>/dev/null || : + .include <bsd.port.mk> |