svn commit: r528530 - head/devel/cppi

Steve Wills swills at FreeBSD.org
Mon Mar 16 14:44:45 UTC 2020


Author: swills
Date: Mon Mar 16 14:44:43 2020
New Revision: 528530
URL: https://svnweb.freebsd.org/changeset/ports/528530

Log:
  devel/cppi: remove unnecessary REINPLACE_CMD

Modified:
  head/devel/cppi/Makefile   (contents, props changed)

Modified: head/devel/cppi/Makefile
==============================================================================
--- head/devel/cppi/Makefile	Mon Mar 16 14:37:23 2020	(r528529)
+++ head/devel/cppi/Makefile	Mon Mar 16 14:44:43 2020	(r528530)
@@ -19,7 +19,4 @@ OPTIONS_SUB=	yes
 NLS_USES=	gettext
 NLS_CONFIGURE_OFF=	--disable-nls
 
-post-patch:
-	@${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list