Subject: CVS commit: pkgsrc/lang/python
To: None <pkgsrc-changes@NetBSD.org>
From: D'Arcy J.M. Cain <darcy@netbsd.org>
List: pkgsrc-changes
Date: 06/12/2004 21:18:32
Module Name:	pkgsrc
Committed By:	darcy
Date:		Sat Jun 12 21:18:32 UTC 2004

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

Log Message:
Add quotes around word "install" in the setup command.

Note that this cannot be changed to ${INSTALL} because it is not the install
command but rather an argument to setup.py.  While adding the quotes makes
no difference to the use of the file, it does keep pkglint quiet.  This is
even more important because this file is included by many other packages
and causes warnings when trying to check new Python extensions.


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

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