From d1db6183689eaa2d32f4b01abb2ff88647c5c1bf Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 1 Jan 1997 22:39:12 +0000 Subject: [PATCH] Documented MANPREFIX and MAN%cPREFIX (where %c=[1-9LN]). [my wording is probably awkward, if a wordsmith is bored perhaps they could take a look at this] --- handbook/porting.sgml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/handbook/porting.sgml b/handbook/porting.sgml index ade51bff51..1d8f92ea79 100644 --- a/handbook/porting.sgml +++ b/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -955,6 +955,12 @@ MAN8= baz.8

Note that this is not usually necessary with ports that are X applications and use Imake to build. +

If your port anchors its man tree somewhere other than + PREFIX, you can use the MANPREFIX to set it. + Also, if only some of the manpages go in a non-standard place, + such as many Perl modules ports, you can set individual man + paths using MAN%cPREFIX (where %c=[1-9LN]). + INSTALL_* macros

Do use the macros provided in bsd.port.mk to