diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 18:41:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 18:41:20 +0000 |
commit | 1830c36f4ce9e5299cf75eabe5fa9fdd5528fe25 (patch) | |
tree | 5977cde1c43fcec59a346bf7f127025efce1ef82 /editors/ted-no | |
parent | 20169f7fc2e2dcdcc7f01127cd69982f53d97451 (diff) | |
download | pkgsrc-1830c36f4ce9e5299cf75eabe5fa9fdd5528fe25.tar.gz |
Remove dead MASTER_SITES. From Zafer Aydogan.
Diffstat (limited to 'editors/ted-no')
-rw-r--r-- | editors/ted-no/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/ted-no/Makefile b/editors/ted-no/Makefile index 4bbc94dad99..699a266af8b 100644 --- a/editors/ted-no/Makefile +++ b/editors/ted-no/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/06/08 18:41:22 wiz Exp $ DISTNAME= Ted_no_NO PKGNAME= ted-no-2.16 PKGREVISION= 1 CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ - ftp://metalab.unc.edu/pub/packages/editors/ted/ +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ |