Date: Fri, 31 May 2019 08:55:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503126 - head/www/libjwt Message-ID: <201905310855.x4V8to1O082503@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 31 08:55:49 2019 New Revision: 503126 URL: https://svnweb.freebsd.org/changeset/ports/503126 Log: Use USES=pathfix Modified: head/www/libjwt/Makefile Modified: head/www/libjwt/Makefile ============================================================================== --- head/www/libjwt/Makefile Fri May 31 08:55:21 2019 (r503125) +++ head/www/libjwt/Makefile Fri May 31 08:55:49 2019 (r503126) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/MPL-2.0 BUILD_DEPENDS= jansson>=2.0:devel/jansson LIB_DEPENDS= libjansson.so:devel/jansson -USES= autoreconf gmake libtool pkgconfig ssl +USES= autoreconf gmake libtool pathfix pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= benmcollins @@ -25,9 +25,5 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^pkgconfiglibdir.*|pkgconfiglibdir = ${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/libjwt/Makefile.am .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905310855.x4V8to1O082503>