diff options
author | sketch <sketch@pkgsrc.org> | 2004-11-15 15:45:59 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2004-11-15 15:45:59 +0000 |
commit | 88fbf7eca4d3f9870f2a507f8d0575d341319b4d (patch) | |
tree | 5753eba5135a33610863ed4e0a28cd7b759ff2e6 | |
parent | ac1f012cb4430404a45521876e3d14b786875cad (diff) | |
download | pkgsrc-88fbf7eca4d3f9870f2a507f8d0575d341319b4d.tar.gz |
Use ${BSD_INSTALL} rather than hardcoded install(1).
-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 |