aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-TabularDisplay/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-10-13 20:14:06 +0000
committerLars Thegler <lth@FreeBSD.org>2004-10-13 20:14:06 +0000
commit634c8392013a2cac7acfef03c96f0291bb8316c4 (patch)
treef762c255793e60df242ad3dc2ff8e75d12d02dfb /textproc/p5-Text-TabularDisplay/Makefile
parent2be8bdde702f6e2fba2720971b0b2b134466b771 (diff)
downloadports-634c8392013a2cac7acfef03c96f0291bb8316c4.tar.gz
ports-634c8392013a2cac7acfef03c96f0291bb8316c4.zip
- Update to 1.19
- Remove obsolete PREFIX hackery - Patch now included in source
Notes
Notes: svn path=/head/; revision=119294
Diffstat (limited to 'textproc/p5-Text-TabularDisplay/Makefile')
-rw-r--r--textproc/p5-Text-TabularDisplay/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/p5-Text-TabularDisplay/Makefile b/textproc/p5-Text-TabularDisplay/Makefile
index 18fc530635fd..b198b22de355 100644
--- a/textproc/p5-Text-TabularDisplay/Makefile
+++ b/textproc/p5-Text-TabularDisplay/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= Text-TabularDisplay
-PORTVERSION= 1.18
+PORTVERSION= 1.19
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
@@ -18,10 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Text::TabularDisplay.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
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>