svn commit: r503126 - head/www/libjwt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 31 08:55:50 UTC 2019


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>


More information about the svn-ports-all mailing list