diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-09-23 20:10:42 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-09-23 20:10:42 +0000 |
commit | 77f8deeb0a64138f0cdc44e1163adf6dba274ccf (patch) | |
tree | 42cb74d42f09081e98e4fd29498930cbb1e8d68b /games/xpacman | |
parent | 44ec43441bb206f1c069b7e55a1c6fe523029ce4 (diff) | |
download | ports-77f8deeb0a64138f0cdc44e1163adf6dba274ccf.tar.gz ports-77f8deeb0a64138f0cdc44e1163adf6dba274ccf.zip |
Notes
Diffstat (limited to 'games/xpacman')
-rw-r--r-- | games/xpacman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index a5a3722c49ab..d383576e32c3 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: joerg # -# $Id: Makefile,v 1.1.1.1 1995/08/19 20:42:45 joerg Exp $ +# $Id: Makefile,v 1.2 1995/08/21 09:52:09 asami Exp $ # DISTNAME= pacman10 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .zip MAINTAINER= joerg@FreeBSD.org -EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_WRKSUBDIR= Does not unpack into subdir. EXTRACT_CMD= unzip |