Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/30/2001 07:59:37
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed May 30 04:59:37 UTC 2001

Modified Files:
	pkgsrc/lang/python: Makefile.inc

Log Message:
Add code similar to MESSAGE_SUBST code for "PY_SETUP_SUBST" that
allows setting:

	PY_SETUP_SUBST+=	FOO=${FOO}

and having ${FILESDIR}/Setup.in piped through a sed expression with:

	s!@FOO@!${FOO}!g

This allows python module package Makefiles to specify other things they
would like to substitute besides just @LOCALBASE@ and @X11BASE@.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/python/Makefile.inc

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