diff options
author | sketch <sketch> | 2004-11-15 15:45:59 +0000 |
---|---|---|
committer | sketch <sketch> | 2004-11-15 15:45:59 +0000 |
commit | 701967d8b353436720f4192ba8381397d6b6cedf (patch) | |
tree | 5753eba5135a33610863ed4e0a28cd7b759ff2e6 /sysutils/gkrellm | |
parent | 06e37fcbeeefc2ba78732833239a0e149a726ace (diff) | |
download | pkgsrc-701967d8b353436720f4192ba8381397d6b6cedf.tar.gz |
Use ${BSD_INSTALL} rather than hardcoded install(1).
Diffstat (limited to 'sysutils/gkrellm')
-rw-r--r-- | sysutils/gkrellm/files/top.Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gkrellm/files/top.Makefile.inc b/sysutils/gkrellm/files/top.Makefile.inc index 058923e2dfc..e5c2aac733a 100644 --- a/sysutils/gkrellm/files/top.Makefile.inc +++ b/sysutils/gkrellm/files/top.Makefile.inc @@ -21,7 +21,7 @@ BINGROUP?= root # Tools paths MSGFMT?= msgfmt MSGFMT_OPT?= -f -v -INSTALL?= install +INSTALL?= $(BSD_INSTALL) PKG_CONFIG?= pkg-config STRIP?= -s |