svn commit: r514438 - head/net-p2p/qtum

Vasil Dimov vd at FreeBSD.org
Mon Oct 14 07:15:19 UTC 2019


Author: vd
Date: Mon Oct 14 07:15:19 2019
New Revision: 514438
URL: https://svnweb.freebsd.org/changeset/ports/514438

Log:
  net-p2p/qtum: Use ${REINPLACE_CMD} instead of ${SED} -i ''

Modified:
  head/net-p2p/qtum/Makefile

Modified: head/net-p2p/qtum/Makefile
==============================================================================
--- head/net-p2p/qtum/Makefile	Mon Oct 14 07:11:20 2019	(r514437)
+++ head/net-p2p/qtum/Makefile	Mon Oct 14 07:15:19 2019	(r514438)
@@ -67,7 +67,7 @@ CONFIGURE_ENV+=	CRYPTO_CFLAGS="-I${OPENSSLINC}" \
 # symbol' can not be used when making a shared object; recompile with -fPIC
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -fPIC -DPIC"
 post-patch:
-	${SED} -i '' -e 's/AC_SUBST(PIE_FLAGS)//' ${WRKSRC}/configure.ac
+	${REINPLACE_CMD} -e 's/AC_SUBST(PIE_FLAGS)//' ${WRKSRC}/configure.ac
 .else
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include"
 .endif


More information about the svn-ports-head mailing list