svn commit: r336463 - head/net/neubot

William Grzybowski wg at FreeBSD.org
Sat Dec 14 17:48:22 UTC 2013


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


More information about the svn-ports-all mailing list