summaryrefslogtreecommitdiff
path: root/time/projclock/Makefile
diff options
context:
space:
mode:
authorhans <hans>2012-02-16 19:55:31 +0000
committerhans <hans>2012-02-16 19:55:31 +0000
commit91136f39412f6a9a9232a9620c2f1b63e29755a0 (patch)
tree2aaf3be1342e0bbe266dde57bbb950e0404dd003 /time/projclock/Makefile
parente733aea954d2a1677a3c35985ff9a1b48cb58291 (diff)
downloadpkgsrc-91136f39412f6a9a9232a9620c2f1b63e29755a0.tar.gz
Make sure the correct install tool is used.
Diffstat (limited to 'time/projclock/Makefile')
-rw-r--r--time/projclock/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/projclock/Makefile b/time/projclock/Makefile
index 306a0829435..21b36d2ac09 100644
--- a/time/projclock/Makefile
+++ b/time/projclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:53 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2012/02/16 19:57:18 hans Exp $
#
DISTNAME= pclock0.7
@@ -22,5 +22,6 @@ NO_CONFIGURE= yes
NO_BUILD= yes
INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
+MAKE_ENV+= INSTALL=${TOOLS_PATH.install}
.include "../../mk/bsd.pkg.mk"