diff options
author | obache <obache@pkgsrc.org> | 2008-01-03 14:37:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-03 14:37:03 +0000 |
commit | b5fb0db8200812cb643af5d0e653884d1a98eb83 (patch) | |
tree | b9f6e2e76a5b5f83618cfb827f19bef7cd31632a /time | |
parent | 5a8aa1377fc1cad4dfae19a2dca2be2ddffe0075 (diff) | |
download | pkgsrc-b5fb0db8200812cb643af5d0e653884d1a98eb83.tar.gz |
bbdate is now hosted at SourceForge, noticed by Zafer Aydogan in private mail.
Diffstat (limited to 'time')
-rw-r--r-- | time/bbdate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/bbdate/Makefile b/time/bbdate/Makefile index abad52c6ca5..2b2748f325a 100644 --- a/time/bbdate/Makefile +++ b/time/bbdate/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:17 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/01/03 14:37:03 obache Exp $ # DISTNAME= bbdate-0.2.4 PKGREVISION= 1 CATEGORIES= time -MASTER_SITES= http://bbtools.windsofstorm.net/sources/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbtools/} MAINTAINER= jschauma@NetBSD.org -HOMEPAGE= http://bbtools.windsofstorm.net/available.phtml#bbdate +HOMEPAGE= http://bbtools.sourceforge.net/download.php?file=3 COMMENT= Display the current date GNU_CONFIGURE= YES |