diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 11:12:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 11:12:01 +0000 |
commit | 5114e2637e2224ea9b0e0ea4b315bc38370ccf04 (patch) | |
tree | 414dd9b31f0192eb7d0054b2463c2eed8afd25b4 /games/xpacman | |
parent | fd5131ad95770d2ae6bee7059204950dfa6402d1 (diff) | |
download | ports-5114e2637e2224ea9b0e0ea4b315bc38370ccf04.tar.gz ports-5114e2637e2224ea9b0e0ea4b315bc38370ccf04.zip |
Notes
Diffstat (limited to 'games/xpacman')
-rw-r--r-- | games/xpacman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index 75a77cfef815..2cc69c30f10e 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: joerg # -# $Id: Makefile,v 1.4 1996/11/18 11:26:27 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/28 02:25:21 steve Exp $ # DISTNAME= pacman10 @@ -19,6 +19,7 @@ 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_IMAKE= yes MAN1= pacman.1 |