diff options
author | tron <tron> | 2003-04-06 11:48:25 +0000 |
---|---|---|
committer | tron <tron> | 2003-04-06 11:48:25 +0000 |
commit | a56d030bba175186c114cb3da601597dcf805d45 (patch) | |
tree | c4eaa7b7839c480666872c4341ae9ebd31ed13ef /misc/bidwatcher/Makefile | |
parent | c1c8c7e48cc9f08eb3c35eae486758fdf4f374dc (diff) | |
download | pkgsrc-a56d030bba175186c114cb3da601597dcf805d45.tar.gz |
Back out timezone fix from revision 1. It doesn't work properly when
California an Central Europe are both on DST. Bump package revision again.
Diffstat (limited to 'misc/bidwatcher/Makefile')
-rw-r--r-- | misc/bidwatcher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 04dfdcc7dc6..8da5b32e239 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2003/03/31 07:57:24 tron Exp $ +# $NetBSD: Makefile,v 1.23 2003/04/06 11:48:25 tron Exp $ DISTNAME= bidwatcher-1.3.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/} |