diff options
author | pav <pav@FreeBSD.org> | 2003-12-27 23:10:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-27 23:10:57 +0800 |
commit | b5228441802fb8372483129d40c82005c262aa44 (patch) | |
tree | 6e4c919afe570494a1eb8220bcf7e46b744c295d | |
parent | 126ec0273a77d76de03fb423b315b094b83e412c (diff) | |
download | freebsd-ports-gnome-b5228441802fb8372483129d40c82005c262aa44.tar.gz freebsd-ports-gnome-b5228441802fb8372483129d40c82005c262aa44.tar.zst freebsd-ports-gnome-b5228441802fb8372483129d40c82005c262aa44.zip |
- Update MASTER_SITES
PR: ports/60620
Submitted by: Ports Fury
-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 7536d99c9c5e..cf8c65d79d40 100644 --- a/games/cosmo/Makefile +++ b/games/cosmo/Makefile @@ -9,7 +9,7 @@ PORTNAME= cosmo 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 @@ NO_INSTALL_MANPAGES= yes 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 |