diff options
author | minoura <minoura> | 2000-06-06 01:26:11 +0000 |
---|---|---|
committer | minoura <minoura> | 2000-06-06 01:26:11 +0000 |
commit | f0220966de820ef4c73aeaf1b01205da39a059f1 (patch) | |
tree | 36e16fd5a9af74bc8310e9121ccac5da6c292121 /games/sl/Makefile | |
parent | 7d875740178659ffebb53c663d6f4506c65c0117 (diff) | |
download | pkgsrc-f0220966de820ef4c73aeaf1b01205da39a059f1.tar.gz |
Correct HOMEPAGE.
Pointed out by Akihiro IIJIMA <aki@jp.freebsd.org>.
Diffstat (limited to 'games/sl/Makefile')
-rw-r--r-- | games/sl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sl/Makefile b/games/sl/Makefile index d62e74cc3fa..a8d7fcef93f 100644 --- a/games/sl/Makefile +++ b/games/sl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2000/06/01 15:10:45 minoura Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/06 01:26:11 minoura Exp $ # # This patch won't work well :p #PATCH_SITES= http://ecssg.ec.tmit.ac.jp/~izumi/sl/ @@ -12,7 +12,7 @@ MASTER_SITES= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/ EXTRACT_SUFX= .tar MAINTAINER= minoura@netbsd.org -HOMEPAGE= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/ +HOMEPAGE= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/ BUILD_DEPENDS= nkf:../../japanese/nkf |