diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index 6fe2f82581a5..cc653fb60635 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= Text-RecordParser -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -25,12 +25,6 @@ MAN3= Text::RecordParser.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -# make PREFIX-clean under perl 5.005_03 -post-configure: - ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile -.endif - .if ${PERL_LEVEL} < 500601 EXTRA_PATCHES= ${PATCHDIR}/5.005-RecordParser.pm \ ${PATCHDIR}/5.005-bin::tablify \ |