svn commit: r391389 - head/sysutils/py-salt

Kubilay Kocak koobs at FreeBSD.org
Mon Jul 6 05:11:02 UTC 2015


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 \


More information about the svn-ports-all mailing list