summaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-Truncate/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2009-07-15 11:12:13 +0000
committerAnton Berezin <tobez@FreeBSD.org>2009-07-15 11:12:13 +0000
commitae8ce85a37b0449d406e57c8f0511f0e0c15e0d4 (patch)
tree68fc96bec259ba99eb09dd2cd1b40145b47265d3 /textproc/p5-HTML-Truncate/Makefile
parenta5869eb9c677a76065c862d567571fba3c7fa4d0 (diff)
Notes
Diffstat (limited to 'textproc/p5-HTML-Truncate/Makefile')
-rw-r--r--textproc/p5-HTML-Truncate/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-HTML-Truncate/Makefile b/textproc/p5-HTML-Truncate/Makefile
index b6f0ed221615..80eb2c36238b 100644
--- a/textproc/p5-HTML-Truncate/Makefile
+++ b/textproc/p5-HTML-Truncate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-Truncate
-PORTVERSION= 0.19
+PORTVERSION= 0.20
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,4 +22,7 @@ PERL_CONFIGURE= 5.8.0+
MAN3= HTML::Truncate.3
+post-patch:
+ ${RM} -f ${WRKSRC}/lib/HTML/Truncate.pm.orig
+
.include <bsd.port.mk>