diff options
| author | Anton Berezin <tobez@FreeBSD.org> | 2009-07-15 11:12:13 +0000 |
|---|---|---|
| committer | Anton Berezin <tobez@FreeBSD.org> | 2009-07-15 11:12:13 +0000 |
| commit | ae8ce85a37b0449d406e57c8f0511f0e0c15e0d4 (patch) | |
| tree | 68fc96bec259ba99eb09dd2cd1b40145b47265d3 /textproc/p5-HTML-Truncate/Makefile | |
| parent | a5869eb9c677a76065c862d567571fba3c7fa4d0 (diff) | |
Notes
Diffstat (limited to 'textproc/p5-HTML-Truncate/Makefile')
| -rw-r--r-- | textproc/p5-HTML-Truncate/Makefile | 5 |
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> |
