svn commit: r528531 - head/devel/cvsgraph

Steve Wills swills at FreeBSD.org
Mon Mar 16 15:05:22 UTC 2020


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


More information about the svn-ports-all mailing list