Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 07/08/1999 00:58:43
Module Name:	pkgsrc
Committed By:	agc
Date:		Thu Jul  8 07:58:43 UTC 1999

Modified Files:
	pkgsrc/mail/postfix: Makefile
	pkgsrc/mk: bsd.prefs.mk

Log Message:
CAPITAL_OPSYS and OS_MAJOR_VERSION are used in one package Makefile,
but calculated every time bsd.prefs.mk is read.  Correct the
situation, and only calculate these when they are needed.
Also save a few more cycles by hardcoding the LOWER_OPSYS values for
known operating systems, rather than using expensive shell echo and tr
commands every time bsd.prefs.mk is read.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/postfix/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/mk/bsd.prefs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.