libbe(3): Fix mis-application of patch (SHLIBDIR)

Rob's patch in D18564 cemented the SHLIBDIR because bsd.own.mk (included by
src.opts.mk) sets it to /usr/lib. r346546 did somehow not apply this part of
the patch, leaving it to get installed to the wrong place and subsequently
removed via ObsoleteFiles.

Reported by:	jkim
MFC after:	3 days
X-MFC-With:	r346546
This commit is contained in:
Kyle Evans 2019-04-25 20:02:11 +00:00
parent 16de4430fe
commit 0b24d24d80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346700

View File

@ -4,7 +4,7 @@
PACKAGE= lib${LIB}
LIB= be
SHLIBDIR?= /lib
SHLIBDIR= /lib
SHLIB_MAJOR= 1
SHLIB_MINOR= 0