summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2004-11-15 15:45:59 +0000
committersketch <sketch@pkgsrc.org>2004-11-15 15:45:59 +0000
commitc8ea3703ed644dfe6fbe13ff121504bcd151f04b (patch)
tree5753eba5135a33610863ed4e0a28cd7b759ff2e6 /sysutils
parent80aeaf3cf8c104b1857b49f7cc900632b708b57c (diff)
downloadpkgsrc-c8ea3703ed644dfe6fbe13ff121504bcd151f04b.tar.gz
Use ${BSD_INSTALL} rather than hardcoded install(1).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gkrellm/files/top.Makefile.inc2
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