diff options
author | jseger <jseger@FreeBSD.org> | 1999-05-01 20:34:38 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-05-01 20:34:38 +0800 |
commit | bf66188ea8cc884c43be69a337f79f2327741831 (patch) | |
tree | 37836894d5dfce53383d04089187fb5afc160763 /games/uox3 | |
parent | 3bf6614da37d1e86a2552cf324bbdd4d453fd306 (diff) | |
download | freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.gz freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.zst freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.zip |
Switch to using USE_ZIP along with minor cleanups to some ports.
Diffstat (limited to 'games/uox3')
-rw-r--r-- | games/uox3/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games/uox3/Makefile b/games/uox3/Makefile index 399caa04123a..9948d02bc21f 100644 --- a/games/uox3/Makefile +++ b/games/uox3/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1999 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/02/25 06:55:49 dburr Exp $ +# $Id: Makefile,v 1.2 1999/02/28 09:30:56 dburr Exp $ # DISTNAME= uox3v6902-linux @@ -11,18 +11,12 @@ PKGNAME= uox3-0.69.02 CATEGORIES= games MASTER_SITES= ftp://provolone.dynip.com/pub/ \ http://users.1st.net/magda/ -EXTRACT_SUFX= .zip DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tqpsworld${EXTRACT_SUFX} MAINTAINER= dburr@FreeBSD.ORG -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - DIST_SUBDIR= uox3 -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -qa -EXTRACT_AFTER_ARGS= # This space left intentionally blank. - +USE_ZIP= YES NO_WRKSUBDIR= YES USE_GMAKE= YES |