diff options
author | asami <asami@FreeBSD.org> | 1997-08-22 19:08:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-08-22 19:08:40 +0800 |
commit | 0662a3012988b14ca3f01cd7cc48612e0368c48a (patch) | |
tree | 49074425dcf9e6cb1776d5872e6f9c1ae9b17db6 /astro | |
parent | 17587c6e7e4900a1be2eaac90675f55419978fb2 (diff) | |
download | freebsd-ports-gnome-0662a3012988b14ca3f01cd7cc48612e0368c48a.tar.gz freebsd-ports-gnome-0662a3012988b14ca3f01cd7cc48612e0368c48a.tar.zst freebsd-ports-gnome-0662a3012988b14ca3f01cd7cc48612e0368c48a.zip |
Change master site. Update e-mail address of maintainer. While I'm
here, move EXTRACT_SUFX up to where it belongs.
Submitted by: ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/luna/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index a2d5e7bb9e9a..ed298c268067 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: luna # Version required: 1.9 # Date created: 03 July 1996 -# Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> +# Whom: ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp> # -# $Id: Makefile,v 1.1.1.1 1996/10/24 08:53:50 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/15 22:34:47 obrien Exp $ # DISTNAME= luna19 PKGNAME= luna-1.9 CATEGORIES= astro games -MASTER_SITES= ftp://ftp.nc.nihon-u.ac.jp/pub/MSDOS/games/ +MASTER_SITES= ftp://ftp.ae.keio.ac.jp/pub/msdos/utils/ +EXTRACT_SUFX= .lzh -MAINTAINER= pcs51674@asciinet.or.jp +MAINTAINER= rewsirow@ff.iij4u.or.jp BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha EXTRACT_CMD= lha -EXTRACT_SUFX= .lzh EXTRACT_BEFORE_ARGS= xfw=${WRKDIR} PATCH_STRIP= -p1 |