aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-AuthenURL/Makefile
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2004-10-23 16:20:06 +0800
committerclsung <clsung@FreeBSD.org>2004-10-23 16:20:06 +0800
commit11b9dc1baf29517dcd838ce2a7587a928ca4bb9a (patch)
tree97e0745000a0c9996a48fb2ecb98e3f6b2cda81f /www/p5-Apache-AuthenURL/Makefile
parent3adf00daf3a5d8e3331af102a66c4d135dccf655 (diff)
downloadfreebsd-ports-gnome-11b9dc1baf29517dcd838ce2a7587a928ca4bb9a.tar.gz
freebsd-ports-gnome-11b9dc1baf29517dcd838ce2a7587a928ca4bb9a.tar.zst
freebsd-ports-gnome-11b9dc1baf29517dcd838ce2a7587a928ca4bb9a.zip
- update to 0.09
- add mod_perl2 support Approved by: co-mentor (vanilla)
Diffstat (limited to 'www/p5-Apache-AuthenURL/Makefile')
-rw-r--r--www/p5-Apache-AuthenURL/Makefile5
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>