svn commit: r390800 - head/www/varnish4

Mark Felder feld at FreeBSD.org
Sun Jun 28 17:14:36 UTC 2015


Author: feld
Date: Sun Jun 28 17:14:35 2015
New Revision: 390800
URL: https://svnweb.freebsd.org/changeset/ports/390800

Log:
  use PYTHON_CMD as PYTHON_VERSION is going away eventually
  
  This will give me the same result, so it is a no-op
  
  Submitted by:	antoine

Modified:
  head/www/varnish4/Makefile

Modified: head/www/varnish4/Makefile
==============================================================================
--- head/www/varnish4/Makefile	Sun Jun 28 17:13:40 2015	(r390799)
+++ head/www/varnish4/Makefile	Sun Jun 28 17:14:35 2015	(r390800)
@@ -20,7 +20,7 @@ CONFLICTS=	varnish-2.* varnish-3.*
 USES=		autoreconf cpe gmake libtool pkgconfig python readline shebangfix
 SHEBANG_FILES=	lib/libvcc/vmodtool.py
 python_OLD_CMD=	/usr/bin/env python
-python_CMD=	${LOCALBASE}/bin/${PYTHON_VERSION}
+python_CMD=	${PYTHON_CMD}
 CPE_VENDOR=	varnish-cache
 CFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list