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/bbweather | |
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/bbweather')
-rw-r--r-- | misc/bbweather/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |