Change package the MTREEFLAGS and INSTALLFLAGS missed in r348185

Reported by:	lwhsu
This commit is contained in:
Baptiste Daroussin 2019-05-23 18:55:48 +00:00
parent 45a13fd899
commit 7fc5693f49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348187

View file

@ -871,8 +871,8 @@ DB_FROM_SRC= yes
.endif
.if defined(DB_FROM_SRC)
INSTALLFLAGS+= -N ${.CURDIR}/lib/libc/gen
MTREEFLAGS+= -N ${.CURDIR}/lib/libc/gen
INSTALLFLAGS+= -N ${.CURDIR}/etc
MTREEFLAGS+= -N ${.CURDIR}/etc
.endif
_INSTALL_DDIR= ${DESTDIR}/${DISTDIR}
INSTALL_DDIR= ${_INSTALL_DDIR:S://:/:g:C:/$::}