diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-01-11 22:36:44 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-01-11 22:36:44 +0000 |
commit | 8f6130e54907cafa845beed638446e03f3c787df (patch) | |
tree | 08b37e643bb68a141f2065444500a8d2ffadf689 /misc/bbweather/Makefile | |
parent | 213b554a61a49f108c9f3f789fdd3feb352a9e77 (diff) | |
download | pkgsrc-8f6130e54907cafa845beed638446e03f3c787df.tar.gz |
Update to version 0.6. Changes:
- apply patch from Dave Serls:
* allow user to specify timezone in hours-offset from UTC
* prepend information with location to allow user to easily
distinguish multiple instances of bbweather for different
location
- neatify some of the code
- cleanup Makefile to better work with GNU make and normal make
- html documentation now installs into the proper directory
While we're there, remove perl-buildlink and instead use
USE_PERL5= run
Diffstat (limited to 'misc/bbweather/Makefile')
-rw-r--r-- | misc/bbweather/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile index b572b9876e7..c91d671ad55 100644 --- a/misc/bbweather/Makefile +++ b/misc/bbweather/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/09/24 10:25:16 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/11 22:36:45 jschauma Exp $ # -DISTNAME= bbweather-0.5 +DISTNAME= bbweather-0.6 CATEGORIES= misc MASTER_SITES= http://www.netmeister.org/apps/ EXTRACT_SUFX= .tar.bz2 @@ -16,10 +16,10 @@ USE_BUILDLINK2= YES USE_X11= YES GNU_CONFIGURE= YES REPLACE_PERL= GrabWeather +USE_PERL5= run post-install: cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} GrabWeather.1.gz cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} bbweather.1.gz -.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |