diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 07:54:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 07:54:29 +0000 |
commit | 56666de09755fd060a0433499f7f1f550613a94c (patch) | |
tree | c4f847e765d2c0565e151ae3c0b642a8b60a101f /misc/colortail | |
parent | cb9dd529510223116603c68fd5915e8ec5432ac9 (diff) | |
download | ports-56666de09755fd060a0433499f7f1f550613a94c.tar.gz ports-56666de09755fd060a0433499f7f1f550613a94c.zip |
Notes
Diffstat (limited to 'misc/colortail')
-rw-r--r-- | misc/colortail/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index d8ad90f5bc30..b67f34848589 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -16,6 +16,10 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt GNU_CONFIGURE= yes +pre-patch: + @${PERL} -pi.orig -e "s@malloc.h@stdlib.h@g" \ + ${WRKSRC}/CfgFileParser.cc + post-install: @ ${MKDIR} ${PREFIX}/share/colortail @ ${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${PREFIX}/share/colortail/ |