aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-10-13 20:31:45 +0000
committerLars Thegler <lth@FreeBSD.org>2004-10-13 20:31:45 +0000
commit8dd8e02affd214583e74bdd4b2b54a397609bdcd (patch)
tree386d009716a769802ef4e725436051c07994886b /textproc
parent1ab8db5c5b52a6f8543c467eb98cd283d6e54ba9 (diff)
downloadports-8dd8e02affd214583e74bdd4b2b54a397609bdcd.tar.gz
ports-8dd8e02affd214583e74bdd4b2b54a397609bdcd.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-RecordParser/Makefile8
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 \