Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Apr 1996 14:30:34 -0800
From:      John Polstra <jdp@polstra.com>
To:        phk@critter.tfs.com
Cc:        freebsd-current@freebsd.org, wosch@freebsd.org
Subject:   Re: make world broken
Message-ID:  <199604022230.OAA23686@austin.polstra.com>

next in thread | raw e-mail | index | archive | help
I wrote:

> It's caused by the recent changes to bsd.own.mk.  In calendar/Makefile,
> we have:
> 
>     SHAREDIR=       /usr/share/calendar
> 
> and then in bsd.own.mk, we have:
> 
>     SHAREDIR?=      /usr/share	(Ignored because of the ?=)
>     ...
>     MANDIR?=        ${SHAREDIR}/man/man
> 
> I'm cc-ing this to the person who committed the latest changes in
> bsd.own.mk.

Never mind, I've committed a fix to calendar/Makefile to solve this
problem.  I think the real bug was there, rather than in bsd.own.mk.
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth



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