diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-02-21 16:03:27 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-02-21 16:03:27 +0000 |
commit | a2e435fcd708c777ccc41dfbdc8f7e30665db0f4 (patch) | |
tree | f2bbe085c5cb03e6c77c1f3f967ebb5ca4b63c33 /games/cosmo | |
parent | ea9993d07f5f5dfcf3dd830d74be1ff40c4ae84b (diff) | |
download | FreeBSD-ports-a2e435fcd708c777ccc41dfbdc8f7e30665db0f4.zip FreeBSD-ports-a2e435fcd708c777ccc41dfbdc8f7e30665db0f4.tar.gz |
Correct MASTER_SITE.
Diffstat (limited to 'games/cosmo')
-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 ef24e28..c7fb9ef 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 |