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 /graphics/xwpick/Makefile | |
parent | This port didn't survive the perl5 upgrade. (diff) |
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 'graphics/xwpick/Makefile')
-rw-r--r-- | graphics/xwpick/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xwpick/Makefile b/graphics/xwpick/Makefile index cba725e006c0..e33b5e78570a 100644 --- a/graphics/xwpick/Makefile +++ b/graphics/xwpick/Makefile @@ -3,7 +3,7 @@ # Date created: 24 June 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/12 23:35:13 steve Exp $ # DISTNAME= xwpick-2.20 @@ -15,6 +15,7 @@ MAINTAINER= andy@icc.surw.chel.su USE_IMAKE= yes MAN1= xwpick.1 +MANCOMPRESSED= no do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xwpick ${PREFIX}/bin |