pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gkrellm/files Use ${BSD_INSTALL} rather than ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac0c93e846da
branches:  trunk
changeset: 483598:ac0c93e846da
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Mon Nov 15 15:45:59 2004 +0000

description:
Use ${BSD_INSTALL} rather than hardcoded install(1).

diffstat:

 sysutils/gkrellm/files/top.Makefile.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8b76cb6ad5bc -r ac0c93e846da sysutils/gkrellm/files/top.Makefile.inc
--- a/sysutils/gkrellm/files/top.Makefile.inc   Mon Nov 15 15:44:25 2004 +0000
+++ b/sysutils/gkrellm/files/top.Makefile.inc   Mon Nov 15 15:45:59 2004 +0000
@@ -21,7 +21,7 @@
 # Tools paths
 MSGFMT?=       msgfmt
 MSGFMT_OPT?=   -f -v 
-INSTALL?=      install
+INSTALL?=      $(BSD_INSTALL)
 PKG_CONFIG?=   pkg-config
 STRIP?=                -s
 



Home | Main Index | Thread Index | Old Index