diff options
author | miwi <miwi@FreeBSD.org> | 2011-07-02 22:30:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-07-02 22:30:05 +0800 |
commit | 6fa7fac5440bd73e52b4cee3ff28746ec476e6ec (patch) | |
tree | c8fe671485a3f5d6b2375a53fa3f2e43051d17d2 | |
parent | 73024b84127b9381d79e02286905a6ca98657080 (diff) | |
download | freebsd-ports-gnome-6fa7fac5440bd73e52b4cee3ff28746ec476e6ec.tar.gz freebsd-ports-gnome-6fa7fac5440bd73e52b4cee3ff28746ec476e6ec.tar.zst freebsd-ports-gnome-6fa7fac5440bd73e52b4cee3ff28746ec476e6ec.zip |
- Fix MASTER_SITES
- Add WWW: line
PR: 158491
Submitted by: Ports Fury
-rw-r--r-- | astro/luna/Makefile | 5 | ||||
-rw-r--r-- | astro/luna/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index e04cf944d814..53a5455494ac 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -8,16 +8,13 @@ PORTNAME= luna PORTVERSION= 1.9 CATEGORIES= astro games -MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/edu/science/space/ +MASTER_SITES= http://ftp.vector.co.jp/pack/dos/edu/science/space/ DISTNAME= luna19s EXTRACT_SUFX= .lzh MAINTAINER= ports@FreeBSD.org COMMENT= Display the moon's phase -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - EXTRACT_DEPENDS= lha:${PORTSDIR}/archivers/lha EXTRACT_CMD= lha diff --git a/astro/luna/pkg-descr b/astro/luna/pkg-descr index b8f2a38b5a1d..81ebb0d65825 100644 --- a/astro/luna/pkg-descr +++ b/astro/luna/pkg-descr @@ -3,3 +3,5 @@ may help when you play a game that depends on the phase of the moon (nethack, nlith, etc.). It can also be used to calculate her...um, you figure this one out. ;) + +WWW: http://www.vector.co.jp/soft/dos/edu/se004823.html |