Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2003 23:00:09 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60620: Update port: games/cosmo
Message-ID:  <20031227230009.4271bd9b.tkato@prontomail.com>
Resent-Message-ID: <200312271410.hBREAEV2031548@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60620
>Category:       ports
>Synopsis:       Update port: games/cosmo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 27 06:10:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/cosmo/Makefile games/cosmo/Makefile
--- /usr/ports/games/cosmo/Makefile	Mon Nov  3 14:24:15 2003
+++ games/cosmo/Makefile	Sun Dec  7 18:35:43 2003
@@ -9,7 +9,7 @@
 PORTVERSION=	2.0.4
 PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.riken.go.jp/pub/Linux/vine/VinePlus/1.1/JG-0.9.1/other-sources/jp/
+MASTER_SITES=	ftp://ftp.eos.hokudai.ac.jp/pub/Linux/JG/JG-0.9.1/other-sources/jp/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}  moon.tif.gz
 
 MAINTAINER=	ports@FreeBSD.org
@@ -26,7 +26,8 @@
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/cosmorc ${PREFIX}/lib/X11/cosmo
-	${INSTALL_DATA} ${_DISTDIR}/moon.tif.gz ${PREFIX}/lib/X11/cosmo
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/moon.tif.gz \
+		${PREFIX}/lib/X11/cosmo
 	${CHOWN} root:games ${PREFIX}/bin/cosmo
 	${CHMOD} g+s ${PREFIX}/bin/cosmo
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031227230009.4271bd9b.tkato>