diff options
Diffstat (limited to 'www/p5-Apache-AuthenURL/Makefile')
-rw-r--r-- | www/p5-Apache-AuthenURL/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Apache-AuthenURL/Makefile b/www/p5-Apache-AuthenURL/Makefile index a856bbcb4560..4833238b718b 100644 --- a/www/p5-Apache-AuthenURL/Makefile +++ b/www/p5-Apache-AuthenURL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-AuthenURL -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -23,4 +23,7 @@ PERL_CONFIGURE= yes MAN3= Apache::AuthenURL.3 +post-patch: + @${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; + .include <bsd.port.mk> |