diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subversion/Makefile | 5 |
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/.* |