diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
commit | 9f9288f542da250b3c4580320056f83ecd94fb45 (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /misc | |
parent | 8b5ccb074541abb27ca7965ec31af65aa83fc970 (diff) | |
download | pkgsrc-9f9288f542da250b3c4580320056f83ecd94fb45.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/Makefile | 3 | ||||
-rw-r--r-- | misc/colorize/Makefile | 4 | ||||
-rw-r--r-- | misc/kdrill/Makefile | 5 | ||||
-rw-r--r-- | misc/routeplanner-cli/Makefile | 3 |
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 |