Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2020 15:05:22 +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: r528531 - head/devel/cvsgraph
Message-ID:  <202003161505.02GF5M1V059999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Mar 16 15:05:21 2020
New Revision: 528531
URL: https://svnweb.freebsd.org/changeset/ports/528531

Log:
  devel/cvsgraph: remove unnecessary REINPLACE_CMD

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

Modified: head/devel/cvsgraph/Makefile
==============================================================================
--- head/devel/cvsgraph/Makefile	Mon Mar 16 14:44:43 2020	(r528530)
+++ head/devel/cvsgraph/Makefile	Mon Mar 16 15:05:21 2020	(r528531)
@@ -28,9 +28,6 @@ MORE_EXAMPLES=	README.Automatic_documentation checkout
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-pre-patch:
-	@${REINPLACE_CMD} -e "s:/home/bertho/tmp/cvstest:/home/ncvs:g" ${WRKSRC}/cvsgraph.conf
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${STAGEDIR}${PREFIX}/etc/cvsgraph.conf.sample



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