ports/60620: Update port: games/cosmo
KATO Tsuguru
tkato at prontomail.com
Sat Dec 27 14:10:39 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list