diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2014-07-02 14:42:40 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2014-07-02 14:42:40 +0000 |
commit | 221d4f413060937708d68a6335cdc362311e722f (patch) | |
tree | 1a2ce7a9e5b5f00babe8614a823f06a809937a2b /editors/nedit | |
parent | 335478f9c5a1fd381373cd3a72ef9c10f0796e1e (diff) |
Notes
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index a0583b01dc29..26555397967e 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -5,16 +5,10 @@ PORTNAME= nedit PORTVERSION= 5.5 PORTREVISION= 4 CATEGORIES= editors -MASTER_SITES= ftp://ftp.nedit.org/pub/NEdit/v5_5/ \ - ftp://ftp.nedit.org/pub/NEdit/contrib/misc/ \ - http://www.nedit.org/ftp/v5_5/ \ - http://www.nedit.org/ftp/contrib/misc/ -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/NEdit/v5_5/ \ - ftp://ftp.nluug.nl/pub/editors/NEdit/contrib/misc/ \ - ftp://cri.univ-tlse1.fr/pub/unix/nedit/NEdit/v5_5/ \ - ftp://cri.univ-tlse1.fr/pub/unix/nedit/NEdit/contrib/misc/ \ - http://www.nedit.org/ftp/v5_5/ \ - http://www.nedit.org/ftp/contrib/misc/ +MASTER_SITES= http://people.freebsd.org/~deischen/distfiles/ \ + ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.nluug.nl/pub/editors/NEdit/contrib/misc/ +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-source/${PORTVERSION} DISTFILES= nedit-5.5-src.tar.bz2 nedit.app-defaults EXTRACT_ONLY= nedit-5.5-src.tar.bz2 |