aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2019-06-03 15:34:00 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2019-06-03 15:34:00 +0000
commite1216db508f78674f3a9686db294dcfe85d6a3a5 (patch)
tree1b7193688cef87a3f8910f270b5d616f50f8009c
parent185f7e0a9d95d7fc3ed4e5e6f452a41c31d75590 (diff)
downloadsrc-e1216db508f78674f3a9686db294dcfe85d6a3a5.tar.gz
src-e1216db508f78674f3a9686db294dcfe85d6a3a5.zip
Rollback the rest of the botched r348521. Re-work would be posted to
reviews. Sorry. Reported by: Enji Cooper
Notes
Notes: svn path=/head/; revision=348540
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 3e984e16f9ba..d60cb8654a0e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -887,7 +887,7 @@ MTREEFLAGS+= -W
INSTALLFLAGS+= -h sha256
.endif
.if defined(DB_FROM_SRC) || defined(NO_ROOT)
-IMAKE_INSTALL= INSTALL="${INSTALL} ${INSTALLFLAGS}"
+IMAKE_INSTALL= INSTALL="install ${INSTALLFLAGS}"
IMAKE_MTREE= MTREE_CMD="mtree ${MTREEFLAGS}"
.endif