mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 0.07
- Remove obsolete PREFIX hackery
This commit is contained in:
parent
1ab8db5c5b
commit
8dd8e02aff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119302
1 changed files with 1 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Text-RecordParser
|
PORTNAME= Text-RecordParser
|
||||||
PORTVERSION= 0.06
|
PORTVERSION= 0.07
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Text
|
MASTER_SITE_SUBDIR= Text
|
||||||
|
@ -25,12 +25,6 @@ MAN3= Text::RecordParser.3
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.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
|
.if ${PERL_LEVEL} < 500601
|
||||||
EXTRA_PATCHES= ${PATCHDIR}/5.005-RecordParser.pm \
|
EXTRA_PATCHES= ${PATCHDIR}/5.005-RecordParser.pm \
|
||||||
${PATCHDIR}/5.005-bin::tablify \
|
${PATCHDIR}/5.005-bin::tablify \
|
||||||
|
|
Loading…
Add table
Reference in a new issue