Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 16:07:07 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479293 - head/net-mgmt/statsite
Message-ID:  <201809091607.w89G77b7084871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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