mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
Remove DESTDIR which is already included in DOCDIR.
Submitted by: jhay
This commit is contained in:
parent
280759e75e
commit
5f6da00d2e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97656
@ -36,10 +36,10 @@ FILES= ${HTMLS} ${MISCS}
|
||||
.PATH: ${BIND_DIR}/doc/html ${BIND_DIR}/doc/misc
|
||||
|
||||
.for file in ${HTMLS}
|
||||
FILESDIR_${file}= ${DESTDIR}${DOCDIR}/bind/html
|
||||
FILESDIR_${file}= ${DOCDIR}/bind/html
|
||||
.endfor
|
||||
.for file in ${MISCS}
|
||||
FILESDIR_${file}= ${DESTDIR}${DOCDIR}/bind/misc
|
||||
FILESDIR_${file}= ${DOCDIR}/bind/misc
|
||||
.endfor
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user