Subject: CVS commit: pkgsrc/lang/python
To: None <pkgsrc-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 05/09/2003 09:24:18
Module Name:	pkgsrc
Committed By:	jdolecek
Date:		Fri May  9 09:24:18 UTC 2003

Modified Files:
	pkgsrc/lang/python: extension.mk

Log Message:
some packages (e.g. py-wxWindows 2.4.0.7) have the Python setup.py
in subdirectory and need to execute setup.py in that directory, but
still need WRKSRC set to the base directory for configure/patch targets

to handle this, add PYSETUPSUBDIR variable (default empty), and
change do-build+do-install targets to use working directory
${WRKSRC}/${PYSETUPSUBDIR} when executing setup.py


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/python/extension.mk

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