Date: Mon, 6 Jul 2015 05:11:01 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391389 - head/sysutils/py-salt Message-ID: <201507060511.t665B12a007259@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Mon Jul 6 05:11:01 2015 New Revision: 391389 URL: https://svnweb.freebsd.org/changeset/ports/391389 Log: sysutils/py-salt: Remove spurious backslash line ending Remove a spurious slash from the line end of PYDISTUTILS_INSTALLARGS introduced in r387241. Reported by: xmj Approved by: portmgr (blanket) MFH: 2015Q3 Modified: head/sysutils/py-salt/Makefile Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Mon Jul 6 03:39:37 2015 (r391388) +++ head/sysutils/py-salt/Makefile Mon Jul 6 05:11:01 2015 (r391389) @@ -52,7 +52,7 @@ PYDISTUTILS_INSTALLARGS+=\ --salt-base-pillar-roots-dir=${ETCDIR}/pillar \ --salt-base-master-roots-dir=${ETCDIR}/salt-master \ --salt-logs-dir=/var/log/salt \ - --salt-pidfile-dir=/var/run \ + --salt-pidfile-dir=/var/run USE_RC_SUBR= salt_master \ salt_minion \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507060511.t665B12a007259>