diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-08 01:16:13 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-08 01:16:13 +0000 |
commit | f43c35efca49a721156848309ab5f09703643d46 (patch) | |
tree | 7ea5ec258b74a013cda5b3f4254168daa95d6c28 | |
parent | 2fa8ddcb996060ce7a0e20578716fab1f483cae4 (diff) | |
download | ports-f43c35efca49a721156848309ab5f09703643d46.tar.gz ports-f43c35efca49a721156848309ab5f09703643d46.zip |
Notes
-rw-r--r-- | games/cosmo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile index cf8c65d79d40..3f307dbb77ab 100644 --- a/games/cosmo/Makefile +++ b/games/cosmo/Makefile @@ -9,15 +9,16 @@ PORTNAME= cosmo PORTVERSION= 2.0.4 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/Linux/JG/JG-0.9.1/other-sources/jp/ +MASTER_SITES= ftp://133.25.251.9/pub/linux/Vine/VinePlus/1.1/JG-0.9.1/other-sources/jp/ \ + ftp://ftp.uni-erlangen.de/.mirrors/ftpbsd/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/cosmo/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} moon.tif.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Clone of Cosmo Gang the Puzzle (Namco) NO_CDROM= Possible copyright infringement -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/cosmo2 DIST_SUBDIR= cosmo USE_IMAKE= yes |