diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 17:28:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 17:28:41 +0000 |
commit | 7282fe2addc4e2e690bd440a61b5ee92b40be9b7 (patch) | |
tree | 8a00a895f351320ac968919e5252591f1a8b4aae /games | |
parent | ffbdd3f56d681060ae73fc3c3f137c4336865c96 (diff) | |
download | ports-7282fe2addc4e2e690bd440a61b5ee92b40be9b7.tar.gz ports-7282fe2addc4e2e690bd440a61b5ee92b40be9b7.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 6ad22a80be66..f09d812ad7f5 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.3 1998/07/02 00:41:19 asami Exp $ +# $Id: Makefile,v 1.4 1998/07/05 04:15:05 mph Exp $ # DISTNAME= xzip170 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= mph@freebsd.org +BROKEN= fetch + WRKSRC= ${WRKDIR}/xzip ALL_TARGET= |