diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-07-05 04:15:07 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-07-05 04:15:07 +0000 |
commit | 2006652da6bbdf90c57b95fd1d7d044e23a2d794 (patch) | |
tree | 224e6cfe29f3d8db516550b7f41da585a9d25ed9 /games/xzip/Makefile | |
parent | 851417a6f16854087afeaf5706e618bcb818a20f (diff) |
Notes
Diffstat (limited to 'games/xzip/Makefile')
-rw-r--r-- | games/xzip/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index 9992e907fdc5..6ad22a80be66 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -3,18 +3,17 @@ # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # -# $Id: Makefile,v 1.2 1998/07/02 00:39:50 asami Exp $ +# $Id: Makefile,v 1.3 1998/07/02 00:41:19 asami Exp $ # DISTNAME= xzip170 PKGNAME= xzip-1.7.0 CATEGORIES= games -MASTER_SITES= http://www.cfug.org/infocom/ +MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/zip/ +EXTRACT_SUFX= .tar.Z MAINTAINER= mph@freebsd.org -BROKEN= fetch - WRKSRC= ${WRKDIR}/xzip ALL_TARGET= |