diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 09:56:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 09:56:21 +0800 |
commit | 31e736c00404a9a4083bb7b2da33f970bfd05548 (patch) | |
tree | 0a02623cebf1922f197b4ac093828a6794b4670e /misc | |
parent | 5914dd37c79a5ce711d244765e87a84e7c4b889f (diff) | |
download | freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.tar.gz freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.tar.zst freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.zip |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colortail/Makefile | 5 |
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 |