From owner-freebsd-current Tue Apr 2 12:19:45 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23018 for current-outgoing; Tue, 2 Apr 1996 12:19:45 -0800 (PST) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA23012 Tue, 2 Apr 1996 12:19:42 -0800 (PST) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.7.5/8.6.12) with ESMTP id MAA22918; Tue, 2 Apr 1996 12:19:38 -0800 (PST) Message-Id: <199604022019.MAA22918@austin.polstra.com> To: phk@critter.tfs.com Cc: freebsd-current@freebsd.org, wosch@freebsd.org Subject: Re: make world broken Date: Tue, 02 Apr 1996 12:19:37 -0800 From: John Polstra Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Poul-Henning wrote: > ===> usr.bin/calendar > install -c -o bin -g bin -m 444 /usr/src/usr.bin/calendar/calendars/calendar.* > /usr/share/calendar > install -c -o bin -g bin -m 444 /usr/src/usr.bin/calendar/calendars/hr_HR.ISO_8 > 859-2/calendar.* /usr/share/calendar/hr_HR.ISO_8859-2; > install -c -o bin -g bin -m 444 /usr/src/usr.bin/calendar/calendars/de_DE.ISO_8 > 859-1/calendar.* /usr/share/calendar/de_DE.ISO_8859-1; > install -c -s -o bin -g bin -m 555 calendar /usr/bin > install -c -o bin -g bin -m 444 calendar.1.gz /usr/share/calendar/man/man1 > install: /usr/share/calendar/man/man1: No such file or directory > *** Error code 71 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. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth