diff options
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 326cef3893e..7261c3f7811 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/02/05 17:30:07 fredb Exp $ +# $NetBSD: Makefile,v 1.26 2001/02/06 12:41:37 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp # @@ -6,7 +6,8 @@ DISTNAME= slang-1.4.3 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/ + http://gd.tuwien.ac.at/editors/davis/slang/v1.4/ \ + ftp://ftp.uni-stuttgart.de/pub/mirror/space.mit.edu/pub/davis/slang/v1.4/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.s-lang.org/ |