Date: Thu, 20 Aug 1998 21:39:29 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: jseger@freebsd.scds.com Cc: ports@FreeBSD.ORG Subject: Re: How to deal with manpages in multiple locations Message-ID: <199808210439.VAA11097@silvia.hip.berkeley.edu> In-Reply-To: <199808210318.XAA14888@freebsd.scds.com> (jseger@freebsd.scds.com)
next in thread | previous in thread | raw e-mail | index | archive | help
* Okay, here's an interesting one... ImageMagick installs manpages in * ${PREFIX}/man and in: * ${PREFIX}/lib/perl5/%%PERL_VERSION%%/man/man3/Image::Magick.3 * * What is the prefered way of handling this, if any? Well, in this particular case, only section 3 manpages are installed in that subdirectory so you define MAN3PREFIX instead of MANPREFIX and all will be fine. As for the general case, I can't think of anything else than what you suggested. Satoshi 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?199808210439.VAA11097>