diff options
author | obache <obache> | 2007-12-30 14:21:00 +0000 |
---|---|---|
committer | obache <obache> | 2007-12-30 14:21:00 +0000 |
commit | 3c1466f541a6ca57a8f443e3c5318055b2c385bf (patch) | |
tree | e8d6930bc97fbd396243a79b186de1b1a8390fbf /editors | |
parent | bbf2586b990a974ba3464c2b314ca1d6b9bb1073 (diff) | |
download | pkgsrc-3c1466f541a6ca57a8f443e3c5318055b2c385bf.tar.gz |
Need to update MASTER_SITES, noticed by Zafer by private mail.
Refrect: http://www.nedit.org/download.php
(ftp://ftp.kreonet.re.kr/pub/tools/doc-tools/nedit/ does not have v5.5 now)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 729aaa395b5..ff48f99ad55 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.48 2007/04/13 06:47:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.49 2007/12/30 14:21:00 obache Exp $ DISTNAME= nedit-${VERS}-src PKGNAME= nedit-${VERS} PKGREVISION= 3 CATEGORIES= editors -MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \ - ${MASTER_SITE_SOURCEFORGE:=nedit/} \ - http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \ - ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/ +MASTER_SITES= ${MASTER_SITE_NEDIT:=v${VERS:S/./_/g}/} \ + ${MASTER_SITE_SOURCEFORGE:=nedit/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -17,6 +15,13 @@ COMMENT= Motif based standard GUI style text editor PKG_DESTDIR_SUPPORT= user-destdir VERS= 5.5 +MASTER_SITE_NEDIT= http://www.nedit.org/ftp/ \ + http://nl.nedit.org/ftp/ \ + ftp://nl.nedit.org/pub/NEdit/ \ + ftp://ftp.fu-berlin.de/unix/editors/nedit/ \ + http://gd.tuwien.ac.at/editors/nedit/NEdit/ \ + ftp://cri.univ-tlse1.fr/pub/unix/nedit/NEdit/ \ + ftp://ftp.chg.ru/pub/unix/editors/nedit/ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} BUILD_TARGET= netbsd |