Fix fetch (the original site should be back RSN)

PR:		ports/77842
Submitted by:	Sam Lawrance
This commit is contained in:
Volker Stolz 2005-02-24 09:21:26 +00:00
parent 10a8b79e1f
commit aaed8c66a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129655
2 changed files with 7 additions and 8 deletions

View file

@ -9,8 +9,9 @@ PORTNAME= moonlander
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://downloads.daveblood.com/lunar_lander/
DISTNAME= moon-lander-1.0
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR=pool/main/m/moon-lander
DISTNAME= moon-lander_1.0.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Land a spacecraft on the moon
@ -40,9 +41,9 @@ do-configure:
do-install:
@${MKDIR} ${PREFIX}/bin; \
${INSTALL_PROGRAM} ${WRKSRC}/moonlander ${PREFIX}/bin; \
${MKDIR} ${PREFIX}/share/moonlander
${MKDIR} ${DATADIR}
.for i in ${install_dirs}
@cp -R ${WRKSRC}/${i} ${PREFIX}/share/moonlander
@${CP} -R ${WRKSRC}/${i} ${DATADIR}
.endfor
post-install:

View file

@ -1,4 +1,2 @@
MD5 (moon-lander-1.0.tar.gz) = 5726de9d85b9e8b60c27f2ea6428bc96
RMD160 (moon-lander-1.0.tar.gz) = a87d858f456a46100934937196efa401b4ec9c20
SHA1 (moon-lander-1.0.tar.gz) = 87a5d85fc841d7b13a0b65c7a858907b9d676843
SIZE (moon-lander-1.0.tar.gz) = 1364913
MD5 (moon-lander_1.0.orig.tar.gz) = 5726de9d85b9e8b60c27f2ea6428bc96
SIZE (moon-lander_1.0.orig.tar.gz) = 1364913