diff options
author | deischen <deischen@FreeBSD.org> | 2000-03-02 12:32:26 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2000-03-02 12:32:26 +0000 |
commit | 413d2a10fc25b062cc7789f4c3fc71d43f646433 (patch) | |
tree | 5e09119f4fc71183791ef4a97de88afcafa77e7d /editors/nedit | |
parent | 5a5303d192b06fea0c5b5fe16b03f037a21575e1 (diff) | |
download | FreeBSD-ports-413d2a10fc25b062cc7789f4c3fc71d43f646433.zip FreeBSD-ports-413d2a10fc25b062cc7789f4c3fc71d43f646433.tar.gz |
Change the site for the distfile to Nedit's new home.
Change my (MAINTAINER) email address.
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 4bdf9da..18ae768 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 |