diff options
-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= |