add PKGCONFIGDIR to the makefiles
This allows pkgconfig files to be stored in /usr even if PREFIX is /.
This commit is contained in:
parent
5058b6668c
commit
fccd37c34c
@ -54,6 +54,7 @@ LIBDIR?= ${UPREFIX}/${LIBNAME}
|
|||||||
LIBMODE?= 0644
|
LIBMODE?= 0644
|
||||||
|
|
||||||
LIBEXECDIR?= ${PREFIX}/libexec/rc
|
LIBEXECDIR?= ${PREFIX}/libexec/rc
|
||||||
|
PKGCONFIGDIR?= ${UPREFIX}/${LIBNAME}/pkgconfig
|
||||||
|
|
||||||
MANPREFIX?= ${UPREFIX}/share
|
MANPREFIX?= ${UPREFIX}/share
|
||||||
MANDIR?= ${MANPREFIX}/man
|
MANDIR?= ${MANPREFIX}/man
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
DIR= ${LIBDIR}/pkgconfig
|
DIR= ${PKGCONFIGDIR}
|
||||||
SRCS= einfo.pc.in openrc.pc.in
|
SRCS= einfo.pc.in openrc.pc.in
|
||||||
INC= einfo.pc openrc.pc
|
INC= einfo.pc openrc.pc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user