diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-26 09:00:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-26 09:00:03 +0000 |
commit | 196f2085b663d0a85c71ce3515493f2ab20d498c (patch) | |
tree | ee38b7f7f7c4eeec9430335e47374390f0168946 /comms | |
parent | f0015599b2417043fe3e371aac368299a4d4b2e9 (diff) | |
download | pkgsrc-196f2085b663d0a85c71ce3515493f2ab20d498c.tar.gz |
Fixed MASTER_SITES. Patch by Zafer Aydogan via private mail.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/binkd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index 56558b1b747..d981c049f4d 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.26 2007/03/19 16:40:26 tv Exp $ +# $NetBSD: Makefile,v 1.27 2007/06/26 09:00:03 rillig Exp $ # DISTNAME= binkd098 PKGNAME= binkd-0.9.8 PKGREVISION= 2 CATEGORIES= comms -MASTER_SITES= http://homepage.corbina.net/~maloff/binkd/ \ - ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ +MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org |