Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/19/1998 11:30:03
agc
Mon Jan 19 03:26:51 PST 1998
Update of /cvsroot/pkgsrc/print/ghostscript5
In directory netbsd1:/var/slash-tmp/cvs-serv24880

Modified Files:
	Makefile 
Log Message:
Fix typo in version required comment.

Specify the working directory name for pre-requisite packages the same
way that Hubert did (using ${WRKDIR:T}).  This works both with and
without OBJMACHINE set.

Change the way that paper size is selected. All packages that use
a paper size definition should use a PAPER_SIZE definition, set in
either the environment or /etc/mk.conf. This can be set to "A4" or
"a4", but defaults to US letter ("letter") if not set. Re-define
the do-build target accordingly.