mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fix DESTDIR.
Spotted by: bmah
This commit is contained in:
parent
47bdf6f81d
commit
54b79f0478
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164989
@ -3,9 +3,9 @@
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/relnotes/${.CURDIR:T}
|
||||
DESTDIR?= ${DOCDIR}/relnotes
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes/${.CURDIR:T}
|
||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes
|
||||
.endif
|
||||
|
||||
DOC?= article
|
||||
|
Loading…
Reference in New Issue
Block a user