Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2019 21:41:24 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503764 - head/sysutils/munin-node
Message-ID:  <201906082141.x58LfOwA067979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Jun  8 21:41:23 2019
New Revision: 503764
URL: https://svnweb.freebsd.org/changeset/ports/503764

Log:
  Garbage collect some obsolete patching.

Modified:
  head/sysutils/munin-node/Makefile   (contents, props changed)

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Sat Jun  8 21:27:15 2019	(r503763)
+++ head/sysutils/munin-node/Makefile	Sat Jun  8 21:41:23 2019	(r503764)
@@ -75,7 +75,6 @@ post-patch:
 	@${FIND} ${WRKSRC}/node/sbin -type f -name "*.orig" -delete
 
 post-install:
-	${REINPLACE_CMD} -i '' -e '1s,${PERL5},${PERL},' ${STAGEDIR}${PREFIX}/bin/munindoc
 	${MKDIR} ${STAGEDIR}${DBDIR}/plugin-state ${STAGEDIR}${SPOOLDIR}/async
 	${INSTALL_SCRIPT} ${.CURDIR}/plugins/* ${STAGEDIR}${DATADIR}/plugins/
 	${INSTALL_DATA} ${WRKSRC}/build/node/munin-node.conf \



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