aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2004-10-14 04:31:45 +0800
committerlth <lth@FreeBSD.org>2004-10-14 04:31:45 +0800
commita3dd3ea563c08be15fe6833422c18c2594aaf065 (patch)
treec880bdf9621edcc35e56117df7f7a4da5375bc01 /textproc
parent474dc7333f185fd1803acda86da3d7ecee2b72a0 (diff)
downloadfreebsd-ports-gnome-a3dd3ea563c08be15fe6833422c18c2594aaf065.tar.gz
freebsd-ports-gnome-a3dd3ea563c08be15fe6833422c18c2594aaf065.tar.zst
freebsd-ports-gnome-a3dd3ea563c08be15fe6833422c18c2594aaf065.zip
- Update to 0.07
- Remove obsolete PREFIX hackery
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 \