diff options
author | tron <tron@pkgsrc.org> | 2001-02-26 16:42:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-26 16:42:29 +0000 |
commit | bb2a479f7e466f8fdb07b1e94be922d6176e62cf (patch) | |
tree | 8356a4939630b50f21770ddaf1a68bd2b0610629 /devel | |
parent | 0121a8d627845c9d4b9f3fc840bbfe628fa6a3a2 (diff) | |
download | pkgsrc-bb2a479f7e466f8fdb07b1e94be922d6176e62cf.tar.gz |
Add missing slashes and end of some master site URLs.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libslang/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 9c8d4968855..ca7e2ccdb22 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/02/26 15:27:36 mjl Exp $ +# $NetBSD: Makefile,v 1.29 2001/02/26 16:42:29 tron Exp $ # DISTNAME= slang-1.4.4 @@ -6,11 +6,11 @@ PKGNAME= lib${DISTNAME} CATEGORIES= devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \ http://gd.tuwien.ac.at/editors/davis/slang/v1.4/ \ - ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/v1.4 \ - ftp://ftp.fu-berlin.de/pub/unix/news/slrn/v1.4 \ - ftp://ftp.ntua.gr/pub/lang/slang/v1.4 \ - ftp://ftp.plig.org/pub/slang/v1.4 \ - ftp://ftp.gigabell.net/pub/lang/1.4 + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/v1.4/ \ + ftp://ftp.fu-berlin.de/pub/unix/news/slrn/v1.4/ \ + ftp://ftp.ntua.gr/pub/lang/slang/v1.4/ \ + ftp://ftp.plig.org/pub/slang/v1.4/ \ + ftp://ftp.gigabell.net/pub/lang/1.4/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.s-lang.org/ |