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 /mail | |
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 'mail')
-rw-r--r-- | mail/xmail/Makefile | 3 | ||||
-rw-r--r-- | mail/xmailbox/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile index f2db69f..1d77f49 100644 --- a/mail/xmail/Makefile +++ b/mail/xmail/Makefile @@ -3,7 +3,7 @@ # Date created: 15 July 1997 # Whom: Stephen Roznowski <sjr1@flash.net> # -# $Id: Makefile,v 1.1.1.1 1998/01/09 04:57:37 andreas Exp $ +# $Id: Makefile,v 1.2 1998/01/09 04:59:36 andreas Exp $ # DISTNAME= xmail_1.6 @@ -16,6 +16,7 @@ MAINTAINER= andreas@FreeBSD.ORG USE_IMAKE= yes MAN1= xmail.1 +MANCOMPRESSED= no do-install: $(INSTALL_PROGRAM) $(WRKSRC)/xmail $(PREFIX)/bin/xmail diff --git a/mail/xmailbox/Makefile b/mail/xmailbox/Makefile index 637f6d3..578f972 100644 --- a/mail/xmailbox/Makefile +++ b/mail/xmailbox/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/07/04 19:42:45 steve Exp $ +# $Id: Makefile,v 1.2 1998/07/05 12:46:22 asami Exp $ # DISTNAME= xmailbox-2.5 @@ -16,8 +16,8 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes - MAN1= xmailbox.1 +MANCOMPRESSED= no do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xmailbox ${PREFIX}/bin |