Subject: auxillary program settings for install-sh?
To: None <tech-pkg@netbsd.org>
From: Georg Schwarz <geos@epost.de>
List: tech-pkg
Date: 09/12/2004 12:43:31
install-sh has the following auxillary program settings:

mvprog="${MVPROG-mv}"
cpprog="${CPPROG-cp}"
chmodprog="${CHMODPROG-chmod}"
chownprog="${CHOWNPROG-chown}"
chgrpprog="${CHGRPPROG-chgrp}"
stripprog="${STRIPPROG-strip}"
rmprog="${RMPROG-rm}"
mkdirprog="${MKDIRPROG-mkdir}"

It seems like these *PROG variables are not set by pkgsrc, making the
definition default to the generic tool found in the shell path.
pkgsrc has these defines, but without "PROG". Is this the intended
behaviour? If not, what would be better?
a) removing the PROG in install-sh's definitions?
b) have pkgsrc set these variables as well? (probably easier)  

-- 
Georg Schwarz    http://home.pages.de/~schwarz/
 geos@epost.de     +49 177 8811442