Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 17:15:17 -0600
From:      Mike Meyer <mwm@mired.org>
To:        Mike Meyer <mwm@mired.org>
Cc:        <nik@FreeBSD.org>, freebsd-doc@freebsd.org
Subject:   Re: docs/25456: [PATCH] root-not-found-cron-error is slightly out of date.
Message-ID:  <15005.34437.757102.19289@guru.mired.org>
In-Reply-To: <15005.33335.841204.703397@guru.mired.org>
References:  <200102282246.f1SMkMc41962@freefall.freebsd.org> <15005.33335.841204.703397@guru.mired.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Meyer <mwm@mired.org> types:
> Sorry 'bout that. I just tried, and your makefile isn't PREFIX-clean
> )-:

But the fix is easy. I should have checked before sending it. You're
not picking up the proper default for PREFIX from make.conf.  With
this patc, everything it works fine on my system, and should on those
that don't change LOCALBASE as well.

--- /tmp/doc.project.mk	Wed Feb 28 17:03:30 2001
+++ doc.project.mk	Wed Feb 28 17:03:47 2001
@@ -64,7 +64,7 @@
 ALL_FORMATS=	html html.tar html-split html-split.tar txt rtf ps pdf tex dvi tar pdb
 
 # User-modifiable
-PREFIX?=	/usr/local
+PREFIX?=	${LOCALBASE}
 PRI_LANG?=	en_US.ISO_8859-1
 
 # Image processing (contains code used by the doc.<format>.mk files, so must


Now, someone want to tell me what I have to tell psgml so I tag names
will autocomplete properly?

	Thanx,
	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15005.34437.757102.19289>