svn commit: r393056 - head/net-mgmt/riemann

Mathieu Arnold mat at FreeBSD.org
Tue Jul 28 07:47:29 UTC 2015


Author: mat
Date: Tue Jul 28 07:47:28 2015
New Revision: 393056
URL: https://svnweb.freebsd.org/changeset/ports/393056

Log:
  This should not have ended up in the last commit.
  
  Pointy hat to:	mat
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/riemann/Makefile

Modified: head/net-mgmt/riemann/Makefile
==============================================================================
--- head/net-mgmt/riemann/Makefile	Tue Jul 28 07:44:59 2015	(r393055)
+++ head/net-mgmt/riemann/Makefile	Tue Jul 28 07:47:28 2015	(r393056)
@@ -43,8 +43,8 @@ GROUPS=	${PORTNAME}
 
 USE_RC_SUBR=	${PORTNAME}
 
-RIEMANN_LOGDIR=	/var/log/${PORTNAME}
-RIEMANN_PIDDIR=	/var/run/${PORTNAME}
+RIEMANN_LOGDIR=	/var/log/${PORTNAME}/
+RIEMANN_PIDDIR=	/var/run/${PORTNAME}/
 
 do-install:
 	${MKDIR} \


More information about the svn-ports-head mailing list