diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-09-06 23:14:30 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-09-06 23:14:30 +0000 |
commit | bbba77cbdcc0f8cf67affae89e616b561e38772c (patch) | |
tree | 3b35936f59ba53448941ad72bb76bb1c22ef7ed5 | |
parent | 106120df5c3e4f5326819692d52d6cffb1e27cdc (diff) | |
download | pkgsrc-bbba77cbdcc0f8cf67affae89e616b561e38772c.tar.gz |
MASTER_SITES and HOMEPAGE changed.
Reported in PR 13882 by Hiroyuki Yanai <fk200329@fsinet.or.jp>
-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 |