summaryrefslogtreecommitdiff
path: root/devel/tdl
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /devel/tdl
parent- reorder patches (diff)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'devel/tdl')
-rw-r--r--devel/tdl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/tdl/Makefile b/devel/tdl/Makefile
index 4d899b8a4726..5cd192671c25 100644
--- a/devel/tdl/Makefile
+++ b/devel/tdl/Makefile
@@ -12,10 +12,12 @@ MASTER_SITES= http://www.rrbcurnow.freeuk.com/tdl/
MAINTAINER= petef@FreeBSD.org
+USE_REINPLACE= yes
+
MAN1= tdl.1
post-patch:
- @${PERL} -pi -e 's,/usr/local,${PREFIX},; s,gcc,${CC},; \
+ @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},; s,gcc,${CC},; \
s,-O2,${CFLAGS},' ${WRKSRC}/Makefile
.include <bsd.port.mk>