aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-07-06 13:11:01 +0800
committerkoobs <koobs@FreeBSD.org>2015-07-06 13:11:01 +0800
commitef812581cc80adc0f33c1154bfe27002dfa9d7f9 (patch)
tree0f3203b9519360163c7b25052b70be1b93f19a93 /sysutils
parent421bdd03dab9740c3394fa6ec25ca3c05c4f9afb (diff)
downloadfreebsd-ports-gnome-ef812581cc80adc0f33c1154bfe27002dfa9d7f9.tar.gz
freebsd-ports-gnome-ef812581cc80adc0f33c1154bfe27002dfa9d7f9.tar.zst
freebsd-ports-gnome-ef812581cc80adc0f33c1154bfe27002dfa9d7f9.zip
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
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-salt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index de3b5e705fd5..406f0da00391 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -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 \