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/xpacman/Makefile | |
parent | 3bf6614da37d1e86a2552cf324bbdd4d453fd306 (diff) | |
download | freebsd-ports-graphics-bf66188ea8cc884c43be69a337f79f2327741831.tar.gz freebsd-ports-graphics-bf66188ea8cc884c43be69a337f79f2327741831.tar.zst freebsd-ports-graphics-bf66188ea8cc884c43be69a337f79f2327741831.zip |
Switch to using USE_ZIP along with minor cleanups to some ports.
Diffstat (limited to 'games/xpacman/Makefile')
-rw-r--r-- | games/xpacman/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index 2cc69c30f10..62e313a47e7 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -3,23 +3,18 @@ # Date created: 19 Aug 1995 # Whom: joerg # -# $Id: Makefile,v 1.5 1998/09/28 02:25:21 steve Exp $ +# $Id: Makefile,v 1.6 1999/02/03 11:11:45 asami Exp $ # DISTNAME= pacman10 PKGNAME= xpacman-1.0 CATEGORIES= games MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/ -EXTRACT_SUFX= .zip MAINTAINER= joerg@FreeBSD.org -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - NO_WRKSUBDIR= Does not unpack into subdir. -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -x -EXTRACT_AFTER_ARGS= # empty +USE_ZIP= yes USE_IMAKE= yes MAN1= pacman.1 |