Date: Thu, 19 Jul 2012 11:34:16 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301151 - head/net-im/libjreen Message-ID: <201207191134.q6JBYGLG076696@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Thu Jul 19 11:34:15 2012 New Revision: 301151 URL: http://svn.freebsd.org/changeset/ports/301151 Log: Fix pkgconfig location. Reported by: pointyhat (beat, erwin) Modified: head/net-im/libjreen/Makefile (contents, props changed) Modified: head/net-im/libjreen/Makefile ============================================================================== --- head/net-im/libjreen/Makefile Thu Jul 19 10:40:23 2012 (r301150) +++ head/net-im/libjreen/Makefile Thu Jul 19 11:34:15 2012 (r301151) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207191134.q6JBYGLG076696>