aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2018-01-05 04:58:50 +0800
committerlev <lev@FreeBSD.org>2018-01-05 04:58:50 +0800
commit7f2ca912dd6f8b238b16a6a6cd9cbca8d3a0a624 (patch)
treeb23f36f73eed1035e9c15ac34c7b018b98823171 /devel
parent67255357d9186815adf38777c590fd598df69ddd (diff)
downloadfreebsd-ports-gnome-7f2ca912dd6f8b238b16a6a6cd9cbca8d3a0a624.tar.gz
freebsd-ports-gnome-7f2ca912dd6f8b238b16a6a6cd9cbca8d3a0a624.tar.zst
freebsd-ports-gnome-7f2ca912dd6f8b238b16a6a6cd9cbca8d3a0a624.zip
Fix python shebangs
PR: 224656 Submitted by: Phillip R. Jaenke
Diffstat (limited to 'devel')
-rw-r--r--devel/subversion/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index b4296a8bfaa8..ff2db4b69ebe 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -1,7 +1,7 @@
# Created by: rooneg@electricjellyfish.net
# $FreeBSD$
-#PORTREVISION= 0
+PORTREVISION= 1
MAINTAINER= lev@FreeBSD.org
COMMENT= Version control system
@@ -41,8 +41,7 @@ TOOLS_DESC= Install several tools
FREEBSD_TEMPLATE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-fbsd-template
SVNSERVE_WRAPPER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-svnserve-wrapper
-USES+= shebangfix
-python_CMD= ${LOCALBASE}/bin/python2
+USES+= shebangfix python:2.7,env
python_OLD_CMD+= "/bin/env python"
SHEBANG_REGEX= ./tools/.*