bsd.nls.mk isn't optional.
It is protected by MK_NLS. If it should really be optional then it needs to be documented as such in share/mk/bsd.README and .sinclude used where needed. This fixes a regression from r335011. PR: 232527 Submitted by: jarrod@downtools.com.au Reported by: ktullavik@gmail.com MFC after: 3 days
This commit is contained in:
parent
a116b07bc9
commit
8f04b2b746
@ -6603,7 +6603,6 @@ OLD_DIRS+=var/yp
|
||||
.if ${MK_NLS} == no
|
||||
OLD_DIRS+=usr/share/nls/
|
||||
OLD_DIRS+=usr/share/nls/C
|
||||
OLD_FILES+=usr/share/mk/bsd.nls.mk
|
||||
OLD_FILES+=usr/share/nls/C/ee.cat
|
||||
OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-1
|
||||
OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-15
|
||||
|
Loading…
Reference in New Issue
Block a user