diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 08:44:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 08:44:33 +0800 |
commit | b937352e44e1f240d9b751805046416b5e08125a (patch) | |
tree | 09b43d3fe9698d9a2c3ba65a0418c55e5eae1818 /games/xcubes/Makefile | |
parent | 04251e7462b83c427f61f826e117651e3f7d2153 (diff) | |
download | freebsd-ports-graphics-b937352e44e1f240d9b751805046416b5e08125a.tar.gz freebsd-ports-graphics-b937352e44e1f240d9b751805046416b5e08125a.tar.zst freebsd-ports-graphics-b937352e44e1f240d9b751805046416b5e08125a.zip |
These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no. Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
Diffstat (limited to 'games/xcubes/Makefile')
-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 577b76095a4..0f8709efb1f 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 |