diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:56:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:56:21 +0000 |
commit | 558f2d386cc2fb507128c69e3123825cc9319f70 (patch) | |
tree | a4bf1558c72e69722c0115ae135fe79117b35041 /misc | |
parent | 11485fe3f073f98eda3d9d5addc04a808e7c2e89 (diff) | |
download | ports-558f2d386cc2fb507128c69e3123825cc9319f70.tar.gz ports-558f2d386cc2fb507128c69e3123825cc9319f70.zip |
Notes
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 |