diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-02 00:41:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-02 00:41:19 +0000 |
commit | bf49c48fd4b50d826c2bfd6688ee38eb37a4d4a7 (patch) | |
tree | 770c9d5b2aa3c52a3de15415905fa3a8e69f035b /games | |
parent | d965c67f9ae139517ed7eb0e8b677c5e01acbbb4 (diff) | |
download | ports-bf49c48fd4b50d826c2bfd6688ee38eb37a4d4a7.tar.gz ports-bf49c48fd4b50d826c2bfd6688ee38eb37a4d4a7.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index 88304ad332d6..9992e907fdc5 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1998/06/28 04:08:25 mph Exp $ +# $Id: Makefile,v 1.2 1998/07/02 00:39:50 asami Exp $ # DISTNAME= xzip170 @@ -13,6 +13,8 @@ MASTER_SITES= http://www.cfug.org/infocom/ MAINTAINER= mph@freebsd.org +BROKEN= fetch + WRKSRC= ${WRKDIR}/xzip ALL_TARGET= |