diff options
author | simonb <simonb> | 1999-12-30 13:13:28 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-12-30 13:13:28 +0000 |
commit | 89d5c354e42d45a4da7f7d2efc07dcb553425a2f (patch) | |
tree | a4296553ec9ec17b30a26f11f7d7b725e78dc290 | |
parent | 47bd9b53ee3c6e9a65ede7e8d64089a3a5e89424 (diff) | |
download | pkgsrc-89d5c354e42d45a4da7f7d2efc07dcb553425a2f.tar.gz |
Update ftp site and homepage to new site at *.nedit.org. The NetBSD
packages get a mention at http://www.nedit.org/download/current.shtml!
Distfile checksum is still the same as the old site, no changes there.
-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 4f0acd13511..22240268e98 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.7 1999/10/07 17:41:49 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/30 13:13:28 simonb Exp $ DISTNAME= nedit_source PKGNAME= nedit-5.0.2 CATEGORIES= editors -MASTER_SITES= ftp://ftp.fnal.gov/pub/nedit/v5_0_2/ +MASTER_SITES= ftp://ftp.nedit.org/pub/v5_0_2/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www-pat.fnal.gov/nirvana/nedit.html +HOMEPAGE= http://www.nedit.org/ USE_MOTIF= yes |