Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 17:48:22 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336463 - head/net/neubot
Message-ID:  <201312141748.rBEHmMT9081704@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Dec 14 17:48:22 2013
New Revision: 336463
URL: http://svnweb.freebsd.org/changeset/ports/336463

Log:
  net/neubot: fix the usage of python
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/net/neubot/Makefile

Modified: head/net/neubot/Makefile
==============================================================================
--- head/net/neubot/Makefile	Sat Dec 14 17:37:08 2013	(r336462)
+++ head/net/neubot/Makefile	Sat Dec 14 17:48:22 2013	(r336463)
@@ -21,6 +21,7 @@ USERS=		_neubot
 GROUPS=		_neubot
 LSTATEDIR=	/var
 STATEDIR=	${LSTATEDIR}/${PORTNAME}
+MAKE_ARGS=	PYTHON=${PYTHON_CMD}
 MAKE_ENV=	LOCALSTATEDIR=${LSTATEDIR} MANDIR=${MANPREFIX}/man
 
 USE_RC_SUBR=	neubotd



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