diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 20:46:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 20:46:42 +0000 |
commit | 18e3283474fb3c19a70077daacb194273504eaf1 (patch) | |
tree | 19fc20fdf457d2d3ca1054306048df03dea922ef /comms/binkd | |
parent | 852cef6f6d401d2c293a1ed1f62a5ca07dbb1c70 (diff) | |
download | pkgsrc-18e3283474fb3c19a70077daacb194273504eaf1.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'comms/binkd')
-rw-r--r-- | comms/binkd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index 2b2cd80e76e..bac6ea590da 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.24 2006/03/22 22:50:31 tv Exp $ +# $NetBSD: Makefile,v 1.25 2006/10/04 20:51:40 wiz Exp $ # DISTNAME= binkd098 PKGNAME= binkd-0.9.8 PKGREVISION= 2 CATEGORIES= comms -MASTER_SITES= http://www.corbina.net/~maloff/binkd/ \ +MASTER_SITES= http://homepage.corbina.net/~maloff/binkd/ \ ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ EXTRACT_SUFX= .zip MAINTAINER= tv@NetBSD.org -HOMEPAGE= http://www.corbina.net/~maloff/binkd/ +HOMEPAGE= http://homepage.corbina.net/~maloff/binkd/ COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |