summaryrefslogtreecommitdiff
path: root/misc/colorize
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-15 22:02:26 +0000
committerjlam <jlam>2005-05-15 22:02:26 +0000
commitd30eb875816456abc7e5be617dcc8b35e38dea4e (patch)
tree1aa735e6251ac272d7198f63944989a6aed07e6c /misc/colorize
parentd703b691caa570ce0f4bb08be4e084d9bd4c6d99 (diff)
downloadpkgsrc-d30eb875816456abc7e5be617dcc8b35e38dea4e.tar.gz
Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools framework.
Diffstat (limited to 'misc/colorize')
-rw-r--r--misc/colorize/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/colorize/Makefile b/misc/colorize/Makefile
index 7aa6e7b8cd6..27e41e8fe0a 100644
--- a/misc/colorize/Makefile
+++ b/misc/colorize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:21:01 agc Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/15 22:02:27 jlam Exp $
#
DISTNAME= colorize_0.3.0
@@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
NO_BUILD= yes
USE_PERL5= yes
+PKGSRC_USE_TOOLS+= gunzip
+
post-patch:
${SED} -e "s,/usr/bin/perl,${LOCALBASE}/bin/perl," \
-e "s,/etc/colorizerc,${PREFIX}/etc/colorizerc," \