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/xoids | |
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/xoids')
-rw-r--r-- | games/xoids/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile index 2e6da9f..50e0e9a 100644 --- a/games/xoids/Makefile +++ b/games/xoids/Makefile @@ -3,7 +3,7 @@ # Date created: 16 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/04/27 05:01:10 mph Exp $ +# $Id: Makefile,v 1.2 1998/07/27 23:25:12 asami Exp $ # DISTNAME= xoids-1.5 @@ -17,6 +17,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes MAN6= xoids.6 +MANCOMPRESSED= no do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xoids ${PREFIX}/bin |