diff options
author | tron <tron> | 2003-03-31 07:57:24 +0000 |
---|---|---|
committer | tron <tron> | 2003-03-31 07:57:24 +0000 |
commit | 9dd315457beaada2b3e2a79e0d853b912a812928 (patch) | |
tree | 224077e24a2447e04c67fd0d0119b5c0b9b4666f /misc/bidwatcher/Makefile | |
parent | e3f55ed8dcc6227ab7c1fad5df500efb742b3c04 (diff) | |
download | pkgsrc-9dd315457beaada2b3e2a79e0d853b912a812928.tar.gz |
Fix time difference problem which shows up when the local system is on
DST and eBay is not. Based on a suggestion from Bernd Ernesti.
Diffstat (limited to 'misc/bidwatcher/Makefile')
-rw-r--r-- | misc/bidwatcher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 1c87b56a8ad..04dfdcc7dc6 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2002/12/23 22:46:55 tron Exp $ +# $NetBSD: Makefile,v 1.22 2003/03/31 07:57:24 tron Exp $ DISTNAME= bidwatcher-1.3.7 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/} |