diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-11 23:46:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-11 23:46:57 +0000 |
commit | 4aba30306b81cb3ecd43a022fccdc1d5ec0a4288 (patch) | |
tree | c44880118a054ab33d305f541799fc199fb814fa | |
parent | 4212bb46d648313f0b25a4d87546d3c267b070cc (diff) | |
download | pkgsrc-4aba30306b81cb3ecd43a022fccdc1d5ec0a4288.tar.gz |
Remove ftp.deva.net and ftp.bitcon.no from MASTER_SITES, they don't resolve.
From Zafer Aydogan in PR 37312.
-rw-r--r-- | devel/cdecl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index 30e03da0893..607b527569f 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.24 2007/03/09 15:38:32 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2007/11/11 23:46:57 wiz Exp $ # DISTNAME= cdecl-2.5 PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.netsw.org/softeng/lang/c/tools/cdecl/ \ - ftp://ftp-linux.cc.gatech.edu/pub/linux/devel/lang/c/ \ - ftp://ftp.deva.net/pub/sources/programming/declaration/ \ - ftp://ftp.bitcon.no//pub/linux/linuxberg/files/console/dev/ + ftp://ftp-linux.cc.gatech.edu/pub/linux/devel/lang/c/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Utility to explain and compose C and C++ declarations |