diff options
author | hubertf <hubertf> | 2001-09-06 23:14:30 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-09-06 23:14:30 +0000 |
commit | 225ae63a120da580f018a269700482315c4ed485 (patch) | |
tree | 3b35936f59ba53448941ad72bb76bb1c22ef7ed5 /editors | |
parent | 10c58edc3248521b4a9d6839a92570a2e972b5a6 (diff) | |
download | pkgsrc-225ae63a120da580f018a269700482315c4ed485.tar.gz |
MASTER_SITES and HOMEPAGE changed.
Reported in PR 13882 by Hiroyuki Yanai <fk200329@fsinet.or.jp>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/ng/Makefile b/editors/ng/Makefile index 45767d06326..553b9fbe6f1 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2001/03/18 01:16:50 jun Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/06 23:14:30 hubertf Exp $ DISTNAME= ng-1.4.3 CATEGORIES= editors japanese -MASTER_SITES= http://ha3.seikyou.ne.jp/home/amura/archives/ng/ +MASTER_SITES= http://tt.sakura.ne.jp/~amura/archives/ng/ MAINTAINER= fk200329@fsinet.or.jp -HOMEPAGE= http://ha3.seikyou.ne.jp/home/amura/ng/ +HOMEPAGE= http://tt.sakura.ne.jp/~amura/ng/ COMMENT= Very light Emacs-clone with japanese support .include "../../mk/bsd.prefs.mk" # for USE_CANNA |