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/xvier | |
parent | 6b0bd40311a8abadb8e27f01569de65eff753e4a (diff) | |
download | ports-d211d15440acc7fb851503f7f2e09fa7c14985c5.tar.gz ports-d211d15440acc7fb851503f7f2e09fa7c14985c5.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).
Notes
Notes:
svn path=/head/; revision=12817
Diffstat (limited to 'games/xvier')
-rw-r--r-- | games/xvier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xvier/Makefile b/games/xvier/Makefile index 1d2b8e330f00..fef4a78f9267 100644 --- a/games/xvier/Makefile +++ b/games/xvier/Makefile @@ -3,7 +3,7 @@ # Date created: 17 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/27 14:07:07 tg Exp $ # DISTNAME= xvier @@ -17,8 +17,8 @@ MAINTAINER= andy@icc.surw.chel.su WRKSRC= ${WRKDIR}/${PKGNAME} USE_IMAKE= yes - MAN6= xvier.6 +MANCOMPRESSED= no do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xvier ${PREFIX}/bin |