mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
Change package the MTREEFLAGS and INSTALLFLAGS missed in r348185
Reported by: lwhsu
This commit is contained in:
parent
45a13fd899
commit
7fc5693f49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348187
@ -871,8 +871,8 @@ DB_FROM_SRC= yes
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(DB_FROM_SRC)
|
.if defined(DB_FROM_SRC)
|
||||||
INSTALLFLAGS+= -N ${.CURDIR}/lib/libc/gen
|
INSTALLFLAGS+= -N ${.CURDIR}/etc
|
||||||
MTREEFLAGS+= -N ${.CURDIR}/lib/libc/gen
|
MTREEFLAGS+= -N ${.CURDIR}/etc
|
||||||
.endif
|
.endif
|
||||||
_INSTALL_DDIR= ${DESTDIR}/${DISTDIR}
|
_INSTALL_DDIR= ${DESTDIR}/${DISTDIR}
|
||||||
INSTALL_DDIR= ${_INSTALL_DDIR:S://:/:g:C:/$::}
|
INSTALL_DDIR= ${_INSTALL_DDIR:S://:/:g:C:/$::}
|
||||||
|
Loading…
Reference in New Issue
Block a user