Subject: CVS commit: pkgsrc/lang/python
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 09/11/2003 13:13:48
Module Name:	pkgsrc
Committed By:	recht
Date:		Thu Sep 11 13:13:48 UTC 2003

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

Log Message:
Adapt a change from FreeBSD's ports Mk/bsd.python.mk.
Change the order of PYSETUP*AGS and the corresponding target.
Eg.:
s/${PYSETUPINSTALLARGS} install/install ${PYSETUPINSTALLARGS}/

This allows us to automatically install .pyo files with a
PYSETUPINSTALLARGS=-O1 -c and thus drop the compileall.py stuff in the
post-install target.

ok'ed by drochner@


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

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