diff options
author | itojun <itojun@FreeBSD.org> | 1999-01-04 09:59:12 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1999-01-04 09:59:12 +0800 |
commit | 99d1b2a0af74bbff37dfa3127004e358bf80e50e (patch) | |
tree | a6d02ff778370c214ddb091788b557869b24e664 /graphics | |
parent | 2ec83d9f3013a5ce2f1ad1213fc7b16713a5993a (diff) | |
download | freebsd-ports-graphics-99d1b2a0af74bbff37dfa3127004e358bf80e50e.tar.gz freebsd-ports-graphics-99d1b2a0af74bbff37dfa3127004e358bf80e50e.tar.zst freebsd-ports-graphics-99d1b2a0af74bbff37dfa3127004e358bf80e50e.zip |
fix manpage installation procedure.
Submitter says:
> I noticed that the construction of the man pages for the tiff-3.4 port are
> broken. In the Makefile for the 'man' directory, it assumes that the
> value of the makefile variable "MANPATH" is null, and doesn't explicitly
> set it. This isn't the case on FreeBSD where it's set in
> /usr/share/mk/bsd.own.mk, which is invoked by /usr/share/mk/sys.mk.
>
> The patch I suggest is to explicitly set the MANPATH variable to null
> so that the .so commands are later built correctly.
Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/tiff/files/patch-ad b/graphics/tiff/files/patch-ad new file mode 100644 index 00000000000..52c8ce666d7 --- /dev/null +++ b/graphics/tiff/files/patch-ad @@ -0,0 +1,11 @@ +--- man/Makefile.in.orig Tue Apr 30 07:16:45 1996 ++++ man/Makefile.in Mon Jan 4 10:56:08 1999 +@@ -82,7 +82,7 @@ + # pathname prefix in the .so commands when setting + # up alternate files for multi-function manual pages. + # +-#MANDIR = man3/ ++MANDIR = + + MANTOOLS=\ + apps/fax2tiff.1 \ |