From owner-cvs-all Sun Jan 3 17:59:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08212 for cvs-all-outgoing; Sun, 3 Jan 1999 17:59:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08207; Sun, 3 Jan 1999 17:59:20 -0800 (PST) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA29528; Sun, 3 Jan 1999 17:59:13 -0800 (PST) Date: Sun, 3 Jan 1999 17:59:13 -0800 (PST) Message-Id: <199901040159.RAA29528@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/tiff34/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1999/01/03 17:59:13 PST Added files: graphics/tiff34/patches patch-ad Log: 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" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message