diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-08-22 11:08:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-08-22 11:08:40 +0000 |
commit | 1c3427a36357f885f274a0614f8d5fb90e0af866 (patch) | |
tree | 7731bb8f6b601984e9ebd672b23c77adcd65fb33 /astro/luna | |
parent | 9a35b7508955a06ba773f006ce93333d58e95c4a (diff) |
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>
Notes
Notes:
svn path=/head/; revision=7653
Diffstat (limited to 'astro/luna')
-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 |