summaryrefslogtreecommitdiff
path: root/misc/colorize
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-15 22:02:26 +0000
committerjlam <jlam@pkgsrc.org>2005-05-15 22:02:26 +0000
commit419428ec4a15d9456b030da53a2a8336034141b3 (patch)
tree1aa735e6251ac272d7198f63944989a6aed07e6c /misc/colorize
parenta7b48d62bcbdeab27e99fce58658275c20ccdfaf (diff)
downloadpkgsrc-419428ec4a15d9456b030da53a2a8336034141b3.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," \