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/PLIST | |
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/PLIST')
-rw-r--r-- | misc/bbweather/PLIST | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/bbweather/PLIST b/misc/bbweather/PLIST index 1392cd40d0f..464ebcbc93c 100644 --- a/misc/bbweather/PLIST +++ b/misc/bbweather/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:34 tron Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/11 22:36:45 jschauma Exp $ bin/GrabWeather bin/bbweather man/man1/GrabWeather.1 @@ -8,11 +8,11 @@ share/bbtools/bbtoolsrc.in share/bbtools/bbweather.conf share/bbtools/bbweather.nobb share/bbtools/bbweather.style -share/doc/bbweather/index-1.html -share/doc/bbweather/index-2.html -share/doc/bbweather/index-3.html -share/doc/bbweather/index-4.html -share/doc/bbweather/index-5.html -share/doc/bbweather/index.html -@dirrm share/doc/bbweather +share/doc/html/bbweather/index-1.html +share/doc/html/bbweather/index-2.html +share/doc/html/bbweather/index-3.html +share/doc/html/bbweather/index-4.html +share/doc/html/bbweather/index-5.html +share/doc/html/bbweather/index.html +@dirrm share/doc/html/bbweather @unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE} |