Fix pkgconfig location.

Reported by:	pointyhat (beat, erwin)
This commit is contained in:
Max Brazhnikov 2012-07-19 11:34:15 +00:00
parent ddbce5aec1
commit 28031d12e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301151

View file

@ -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>