diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
commit | b937352e44e1f240d9b751805046416b5e08125a (patch) | |
tree | 09b43d3fe9698d9a2c3ba65a0418c55e5eae1818 /games/xrubik/Makefile | |
parent | 04251e7462b83c427f61f826e117651e3f7d2153 (diff) | |
download | FreeBSD-ports-b937352e44e1f240d9b751805046416b5e08125a.zip FreeBSD-ports-b937352e44e1f240d9b751805046416b5e08125a.tar.gz |
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/xrubik/Makefile')
-rw-r--r-- | games/xrubik/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xrubik/Makefile b/games/xrubik/Makefile index 5908af8..22b2d85 100644 --- a/games/xrubik/Makefile +++ b/games/xrubik/Makefile @@ -3,7 +3,7 @@ # Date created: 20 October 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.7 1997/11/25 08:58:58 tg Exp $ +# $Id: Makefile,v 1.8 1998/07/24 12:50:47 vanilla Exp $ # DISTNAME= xrubik-5.4.4 @@ -16,6 +16,7 @@ MAINTAINER= nakai@technologist.com WRKSRC= ${WRKDIR}/xrubik USE_IMAKE= yes MAN1= xrubik.1 +MANCOMPRESSED= no post-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${PREFIX}/bin |