mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
e2532612a7
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>
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
--- 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 \
|