diff options
author | obache <obache@pkgsrc.org> | 2008-01-03 13:36:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-03 13:36:47 +0000 |
commit | 9507d6a978e23ae714d1f26b16a1274c2ca9f953 (patch) | |
tree | 959f839e2c02e2e821f2e44ca304aa63f9617126 /devel/coconut | |
parent | c5a59a21ce5d562f6e1d775b215fa297e371440e (diff) | |
download | pkgsrc-9507d6a978e23ae714d1f26b16a1274c2ca9f953.tar.gz |
Remove asahi-net from MASTER_SITES, noticed by Zafer Aydogan in priveate mail.
Also remove SourceForge since it have only old version 0.2.5.
Diffstat (limited to 'devel/coconut')
-rw-r--r-- | devel/coconut/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/coconut/Makefile b/devel/coconut/Makefile index a231465358b..e22a7a45a3c 100644 --- a/devel/coconut/Makefile +++ b/devel/coconut/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2006/04/17 13:46:20 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2008/01/03 13:36:47 obache Exp $ # DISTNAME= coconut-0.3.0 PKGREVISION= 16 CATEGORIES= devel -MASTER_SITES= http://www.asahi-net.or.jp/~em7t-hmd/coconut/ \ - ${MASTER_SITE_SOURCEFORGE:=coconut-lib/} +MASTER_SITES= # ${MASTER_SITE_SOURCEFORGE:=coconut-lib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/coconut-lib/ |