Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2020 14:44:44 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528530 - head/devel/cppi
Message-ID:  <202003161444.02GEiiac048132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003161444.02GEiiac048132>