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/xcubes | |
parent | 6b0bd40311a8abadb8e27f01569de65eff753e4a (diff) | |
download | ports-d211d15440acc7fb851503f7f2e09fa7c14985c5.tar.gz ports-d211d15440acc7fb851503f7f2e09fa7c14985c5.zip |
Notes
Diffstat (limited to 'games/xcubes')
-rw-r--r-- | games/xcubes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xcubes/Makefile b/games/xcubes/Makefile index 577b76095a46..0f8709efb1fb 100644 --- a/games/xcubes/Makefile +++ b/games/xcubes/Makefile @@ -3,7 +3,7 @@ # Date created: 12 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1997/11/25 08:51:17 tg Exp $ +# $Id: Makefile,v 1.5 1998/07/24 12:47:12 vanilla Exp $ # DISTNAME= xcubes-5.4.4 @@ -16,6 +16,7 @@ MAINTAINER= Nakai@technologist.com WRKSRC= ${WRKDIR}/xcubes USE_IMAKE= yes MAN1= xcubes.1 +MANCOMPRESSED= no post-install: @${INSTALL_PROGRAM} ${WRKSRC}/xcubes ${PREFIX}/bin |