diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-15 09:47:28 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-15 09:47:28 +0000 |
commit | 04a5914b9db69251422730b310219b7479b8a1bc (patch) | |
tree | e722d9dcbdf7e71cd4d0d41d13082d93ff4df048 /astro | |
parent | aa01db2c8e440da109bd663bc8e10f7c0efbf8ff (diff) | |
download | ports-04a5914b9db69251422730b310219b7479b8a1bc.tar.gz ports-04a5914b9db69251422730b310219b7479b8a1bc.zip |
Fix `make fetch'.
Update MASTER_SITE to the new location of luna19s.lzh.
Notes
Notes:
svn path=/head/; revision=403768
Diffstat (limited to 'astro')
-rw-r--r-- | astro/luna/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index 1ae7cf658114..9b470019c749 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -4,14 +4,12 @@ PORTNAME= luna PORTVERSION= 1.9 CATEGORIES= astro games -MASTER_SITES= http://ftp.vector.co.jp/pack/dos/edu/science/space/ +MASTER_SITES= http://ftp.vector.co.jp/00/48/300/ DISTNAME= luna19s MAINTAINER= ports@FreeBSD.org COMMENT= Display the moon's phase -BROKEN= unfetchable - USES= dos2unix lha NO_WRKSUBDIR= yes PLIST_FILES= bin/luna |