diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-02-22 00:03:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-02-22 00:03:27 +0800 |
commit | a2e435fcd708c777ccc41dfbdc8f7e30665db0f4 (patch) | |
tree | f2bbe085c5cb03e6c77c1f3f967ebb5ca4b63c33 /games | |
parent | ea9993d07f5f5dfcf3dd830d74be1ff40c4ae84b (diff) | |
download | freebsd-ports-gnome-a2e435fcd708c777ccc41dfbdc8f7e30665db0f4.tar.gz freebsd-ports-gnome-a2e435fcd708c777ccc41dfbdc8f7e30665db0f4.tar.zst freebsd-ports-gnome-a2e435fcd708c777ccc41dfbdc8f7e30665db0f4.zip |
Correct MASTER_SITE.
Diffstat (limited to 'games')
-rw-r--r-- | games/cosmo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile index ef24e280a3e6..c7fb9ef968a2 100644 --- a/games/cosmo/Makefile +++ b/games/cosmo/Makefile @@ -3,12 +3,12 @@ # Date created: 28 December 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/05/25 17:24:02 max Exp $ # DISTNAME= cosmo-2.0.4 -CATEGORIES= games -MASTER_SITES= http://www.u-aizu.ac.jp/~s1021127/cosmo/ +CATEGORIES= games +MASTER_SITES= http://cheer.u-aizu.ac.jp:10080/~eiju/cosmo/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} moon.tif.gz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp |