diff options
author | mph <mph@FreeBSD.org> | 1998-07-21 02:42:58 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-07-21 02:42:58 +0800 |
commit | edac552b182384ad3450bd26cc398cc651e6c411 (patch) | |
tree | 1ff431788094aa0e57187f08116d620d5bfcb678 /games/xzip/Makefile | |
parent | 2e1e622daf689e58c4ff7061b52ed38edfce8701 (diff) | |
download | freebsd-ports-gnome-edac552b182384ad3450bd26cc398cc651e6c411.tar.gz freebsd-ports-gnome-edac552b182384ad3450bd26cc398cc651e6c411.tar.zst freebsd-ports-gnome-edac552b182384ad3450bd26cc398cc651e6c411.zip |
Un-BROKEN-ify this port by upgrading to 1.8.0; the distfile for
1.7.0 disappeared.
Diffstat (limited to 'games/xzip/Makefile')
-rw-r--r-- | games/xzip/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index f09d812ad7f5..80ba568e8df1 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,21 +1,19 @@ # New ports collection makefile for: xzip -# Version required: 1.7.0 +# Version required: 1.8.0 # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # -# $Id: Makefile,v 1.4 1998/07/05 04:15:05 mph Exp $ +# $Id: Makefile,v 1.5 1998/07/20 17:28:41 asami Exp $ # -DISTNAME= xzip170 -PKGNAME= xzip-1.7.0 +DISTNAME= xzip180 +PKGNAME= xzip-1.8.0 CATEGORIES= games 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= |