diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
commit | 98a694e9a860e5e1bcc992f1905dbdf81839a150 (patch) | |
tree | 7470fb3ef740bf72808bf15eb38bdbbe7d0716bc /games/xpacman | |
parent | 2bccdc057ce5093ddea66a15e173767ccd089b94 (diff) | |
download | ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.tar.gz ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.zip |
Notes
Diffstat (limited to 'games/xpacman')
-rw-r--r-- | games/xpacman/Makefile | 3 | ||||
-rw-r--r-- | games/xpacman/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index 136ef2271501..75a77cfef815 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: joerg # -# $Id: Makefile,v 1.3 1995/09/23 20:10:42 joerg Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:26:27 asami Exp $ # DISTNAME= pacman10 @@ -20,5 +20,6 @@ NO_WRKSUBDIR= Does not unpack into subdir. EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -x USE_IMAKE= yes +MAN1= pacman.1 .include <bsd.port.mk> diff --git a/games/xpacman/pkg-plist b/games/xpacman/pkg-plist index 07ed32ec49f0..047c5e0ce68d 100644 --- a/games/xpacman/pkg-plist +++ b/games/xpacman/pkg-plist @@ -1,2 +1 @@ bin/pacman -man/man1/pacman.1.gz |