summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-01-04 01:59:12 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-01-04 01:59:12 +0000
commite2532612a7bfb66a355367743521c830f50d7914 (patch)
tree71bac12da3ad74357efd759819f5de1fe47b347f /graphics/tiff
parentunbroke the port (fetch) (diff)
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>
Notes
Notes: svn path=/head/; revision=15810
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/files/patch-ad11
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 000000000000..52c8ce666d79
--- /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 \