diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-02-28 08:22:24 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-02-28 08:22:24 +0000 |
commit | 9ea53931285da6b425a733ead29e8f68f0efe386 (patch) | |
tree | 92be5bc14ea7f86aa088cf045f30b8ada21ff20f | |
parent | Fix build error on 4.0-current by registering __FreeBSD__ == 4 (diff) |
Fix unfetchable problem.
MAINTAINER changed, because I was a committer.
PR: ports/10191
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
-rw-r--r-- | japanese/lynx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile index 86540607929a..9c9b76579d6d 100644 --- a/japanese/lynx/Makefile +++ b/japanese/lynx/Makefile @@ -3,15 +3,15 @@ # Date created: 10 August 1998 # Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/08/10 16:03:26 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/11/02 04:01:50 steve Exp $ # DISTNAME= lynx2-8-1 PKGNAME= ja-lynx-2.8.1 CATEGORIES= japanese www -MASTER_SITES= ftp://sol.slcc.edu/pub/lynx/release2-8-1/ +MASTER_SITES= http://sol.slcc.edu/lynx/release2-8-1/ -MAINTAINER= shige@kuis.kyoto-u.ac.jp +MAINTAINER= shige@FreeBSD.ORG NO_LATEST_LINK= YES GNU_CONFIGURE= YES |