summaryrefslogtreecommitdiff
path: root/misc
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
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')
-rw-r--r--misc/bbweather/Makefile3
-rw-r--r--misc/colorize/Makefile4
-rw-r--r--misc/kdrill/Makefile5
-rw-r--r--misc/routeplanner-cli/Makefile3
4 files changed, 10 insertions, 5 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile
index 194189be601..480a65373a8 100644
--- a/misc/bbweather/Makefile
+++ b/misc/bbweather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:33 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/15 22:02:27 jlam Exp $
#
DISTNAME= bbweather-0.6.2
@@ -16,6 +16,7 @@ USE_X11= YES
GNU_CONFIGURE= YES
REPLACE_PERL= GrabWeather
USE_PERL5= run
+PKGSRC_USE_TOOLS+= gunzip
post-install:
cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} GrabWeather.1.gz
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," \
diff --git a/misc/kdrill/Makefile b/misc/kdrill/Makefile
index aafdc0a077d..51f07db22b6 100644
--- a/misc/kdrill/Makefile
+++ b/misc/kdrill/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:35 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/15 22:02:27 jlam Exp $
#
DISTNAME= kdrill5.11.6
@@ -14,7 +14,8 @@ COMMENT= Kanji quiz and japanese dictionary
DEPENDS+= edict-[0-9]*:../../misc/edict
DEPENDS+= kanjidic-[0-9]*:../../misc/kanjidic
-USE_IMAKE= yes
+USE_IMAKE= yes
+PKGSRC_USE_TOOLS+= gzip
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/kdrill
diff --git a/misc/routeplanner-cli/Makefile b/misc/routeplanner-cli/Makefile
index 41a97389546..912927d509a 100644
--- a/misc/routeplanner-cli/Makefile
+++ b/misc/routeplanner-cli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:39 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/15 22:02:28 jlam Exp $
#
DISTNAME= routeplanner_0.11
@@ -12,6 +12,7 @@ COMMENT= Highway trip planner written in Python
WRKSRC= ${WRKDIR}/routeplanner-0.11
NO_BUILD= yes
+PKGSRC_USE_TOOLS+= gzip
PYTHON_PATCH_SCRIPTS= rpcli
RPLIBDIR= ${PREFIX}/lib/routeplanner