diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
commit | 539536fae4fd527bda14770b3bd20226a83059a5 (patch) | |
tree | eff880fe16e3f1280be1ad7c9ada21c74eda89ed /games/xpacman/Makefile | |
parent | f194e3126cfa155a4ba5d53ff2db56d4bd75c6ed (diff) | |
download | ports-539536fae4fd527bda14770b3bd20226a83059a5.tar.gz ports-539536fae4fd527bda14770b3bd20226a83059a5.zip |
Switch to using USE_ZIP along with minor cleanups to some ports.
Notes
Notes:
svn path=/head/; revision=18296
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 2cc69c30f10e..62e313a47e76 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 |