Fix pkgconfig location.
Reported by: pointyhat (beat, erwin)
This commit is contained in:
parent
ddbce5aec1
commit
28031d12e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301151
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ MAKE_JOBS_SAFE= yes
|
|||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's,lib.*/pkg-config,libdata/pkg-config,' \
|
||||
${REINPLACE_CMD} -e 's,lib.*/pkgconfig,libdata/pkgconfig,' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue