1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Update to 0.07

- Remove obsolete PREFIX hackery
This commit is contained in:
Lars Thegler 2004-10-13 20:31:45 +00:00
parent 1ab8db5c5b
commit 8dd8e02aff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119302

View File

@ -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 \