svn commit: r503764 - head/sysutils/munin-node

Mathieu Arnold mat at FreeBSD.org
Sat Jun 8 21:41:25 UTC 2019


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 \


More information about the svn-ports-all mailing list