svn commit: r479293 - head/net-mgmt/statsite

Tobias Kortkamp tobik at FreeBSD.org
Sun Sep 9 16:07:08 UTC 2018


Author: tobik
Date: Sun Sep  9 16:07:07 2018
New Revision: 479293
URL: https://svnweb.freebsd.org/changeset/ports/479293

Log:
  net-mgmt/statsite: Fix path in rc script
  
  Reported by:	eugen

Modified:
  head/net-mgmt/statsite/Makefile

Modified: head/net-mgmt/statsite/Makefile
==============================================================================
--- head/net-mgmt/statsite/Makefile	Sun Sep  9 15:56:18 2018	(r479292)
+++ head/net-mgmt/statsite/Makefile	Sun Sep  9 16:07:07 2018	(r479293)
@@ -3,7 +3,7 @@
 PORTNAME=	statsite
 PORTVERSION=	0.8.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	rbarabas at rbarabas.info
@@ -29,7 +29,7 @@ PORTDOCS=	README.md
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,python,${PYTHON_CMD},' \
-		-e 's,/usr/libexec,/usr/local/share,' \
+		-e 's,/usr/libexec/statsite,${DATADIR},' \
 		-e '/daemonize/d' \
 		-e '/pid_file/d' \
 		${WRKSRC}/rpm/statsite.conf.example


More information about the svn-ports-head mailing list