diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2000-03-02 12:32:26 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2000-03-02 12:32:26 +0000 |
commit | de567c77adbe7d92ea8336937ca6671868a012d5 (patch) | |
tree | 6d5479c79d81e107df6c998699fb846852d7ec4d /editors/nedit | |
parent | a7dec5b17e3005511648f659888caafaf94a4cbb (diff) | |
download | ports-de567c77adbe7d92ea8336937ca6671868a012d5.tar.gz ports-de567c77adbe7d92ea8336937ca6671868a012d5.zip |
Notes
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 4bdf9daad6c7..18ae7683d6b7 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -8,11 +8,11 @@ DISTNAME= nedit-5.0.2 CATEGORIES= editors -MASTER_SITES= ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0_2/ \ - ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0_2/contrib/ +MASTER_SITES= ftp://ftp.nedit.org/pub/v5_0_2/ \ + ftp://ftp.nedit.org/pub/v5_0_2/contrib/ DISTFILES= nedit_source.tar.gz nedit.app-defaults -MAINTAINER= deischen@iworks.InterWorks.org +MAINTAINER= deischen@freebsd.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |