aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PPI-HTML/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2006-06-19 20:13:04 +0000
committerLars Thegler <lth@FreeBSD.org>2006-06-19 20:13:04 +0000
commit9d91a853b8f6b12877e6035fa66d49cb83b478a3 (patch)
tree74a0e104ce101aa0e7ef2f5340a5966e94cc5a55 /textproc/p5-PPI-HTML/Makefile
parent5361678373e8fafcebdef7c5a9c378d6d6758da5 (diff)
Notes
Diffstat (limited to 'textproc/p5-PPI-HTML/Makefile')
-rw-r--r--textproc/p5-PPI-HTML/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/p5-PPI-HTML/Makefile b/textproc/p5-PPI-HTML/Makefile
index 6cc89c70709b..5fd3799c1cb4 100644
--- a/textproc/p5-PPI-HTML/Makefile
+++ b/textproc/p5-PPI-HTML/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= PPI-HTML
-PORTVERSION= 1.06
+PORTVERSION= 1.07
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK
@@ -25,9 +25,7 @@ PERL_CONFIGURE= yes
MAN3= PPI::HTML.3
post-patch:
- @${RM} ${WRKSRC}/inc/Module/Install/AutoInstall.pm
- @${PERL} -pi -e '$$_="" if m/AutoInstall/' ${WRKSRC}/MANIFEST
- @${PERL} -pi -e '$$_="" if m/Test::More|auto_install/' ${WRKSRC}/Makefile.PL
+ @${PERL} -pi -e '$$_="" if m/Test::More/' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>