Date: Thu, 20 Aug 1998 03:11:15 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: ac199@hwcn.org Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-wm/afterstep/pkg PLIST ports/x11-wm/amiwm/pkg PLIST ports/x11-wm/fvwm2/pkg PLIST ports/x11-wm/fvwm95/pkg PLIST ports/x11-wm/mlvwm/pkg PLIST ports/x11-wm/qvwm/pkg PLIST Message-ID: <199808201011.DAA05713@silvia.hip.berkeley.edu> In-Reply-To: <Pine.BSF.3.96.980820054906.392U-100000@localhost> (message from Tim Vanderhoek on Thu, 20 Aug 1998 05:51:40 -0400 (EDT))
next in thread | previous in thread | raw e-mail | index | archive | help
* > Should I make MANCOMPRESSED the default when ${OPSYS} != OpenBSD and * > defined(USE_IMAKE)? Hmm...I also need to add a way to turn off * > MANCOMPRESSED from a port then.... * * Yes, that would probably do the trick. * * Unless the OpenBSD folks object, of course. :) Ok. I'll make it that way for now. * Would NO_INSTALL_MANPAGES work as a (misnamed) way to turn of * MANCOMPRESSED? Good point. Let's see if that's enough. Satoshi ------- Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.port.mk,v retrieving revision 1.227.2.46 diff -u -r1.227.2.46 bsd.port.mk --- bsd.port.mk 1998/08/15 17:37:46 1.227.2.46 +++ bsd.port.mk 1998/08/20 10:08:45 @@ -353,7 +353,10 @@ .endif .if defined(USE_IMAKE) -USE_X_PREFIX= yes +USE_X_PREFIX= yes +.if (${OPSYS} != "OpenBSD" && !defined(NO_INSTALL_MANPAGES)) +MANCOMPRESSED= yes +.endif .endif .if defined(USE_X_PREFIX) USE_XLIB= yes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808201011.DAA05713>