aboutsummaryrefslogtreecommitdiff
path: root/misc/colortail
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:56:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:56:21 +0000
commit558f2d386cc2fb507128c69e3123825cc9319f70 (patch)
treea4bf1558c72e69722c0115ae135fe79117b35041 /misc/colortail
parent11485fe3f073f98eda3d9d5addc04a808e7c2e89 (diff)
downloadports-558f2d386cc2fb507128c69e3123825cc9319f70.tar.gz
ports-558f2d386cc2fb507128c69e3123825cc9319f70.zip
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69421
Diffstat (limited to 'misc/colortail')
-rw-r--r--misc/colortail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile
index b67f34848589..67b59dc045e6 100644
--- a/misc/colortail/Makefile
+++ b/misc/colortail/Makefile
@@ -14,11 +14,12 @@ MAINTAINER= bugg@bugg.strangled.net
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
pre-patch:
- @${PERL} -pi.orig -e "s@malloc.h@stdlib.h@g" \
- ${WRKSRC}/CfgFileParser.cc
+ @${REINPLACE_CMD} -e "s@malloc.h@stdlib.h@g" \
+ ${WRKSRC}/CfgFileParser.cc
post-install:
@ ${MKDIR} ${PREFIX}/share/colortail