diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
commit | d211d15440acc7fb851503f7f2e09fa7c14985c5 (patch) | |
tree | 3aeffc9c0db2e54a014030da57d0e588b13408af /games/xvmines/Makefile | |
parent | 6b0bd40311a8abadb8e27f01569de65eff753e4a (diff) |
Notes
Diffstat (limited to 'games/xvmines/Makefile')
-rw-r--r-- | games/xvmines/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xvmines/Makefile b/games/xvmines/Makefile index fa51d56e0182..13a95f690835 100644 --- a/games/xvmines/Makefile +++ b/games/xvmines/Makefile @@ -3,7 +3,7 @@ # Date created: 18 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/03/27 10:09:54 tg Exp $ +# $Id: Makefile,v 1.2 1998/08/07 23:56:23 asami Exp $ # DISTNAME= xvmines-1.0 @@ -20,6 +20,7 @@ LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib \ USE_IMAKE= yes MAN6= xvmines.6 +MANCOMPRESSED= no do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xvmines ${PREFIX}/bin |