Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 1998 23:18:48 -0400
From:      "Justin M. Seger" <jseger@freebsd.scds.com>
To:        ports@FreeBSD.ORG
Subject:   How to deal with manpages in multiple locations
Message-ID:  <199808210318.XAA14888@freebsd.scds.com>

next 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?

Should I just add:
lib/perl5/%%PERL_VERSION%%/man/man3/Image::Magick.3%%MAN_EXT%%

to the PLIST and do a:

.if defined(MANCOMPRESSED)
MAN_EXT=.gz
.else
MAN_EXT=
.endif

PLIST_SUB= MAN_EXT=${MAN_EXT}

to the Makefile?  That's the cleanest hack I can think of, any other ideas?

TIA,
-Justin Seger-

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?199808210318.XAA14888>