diff options
author | antoine <antoine@FreeBSD.org> | 2015-07-30 06:09:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-07-30 06:09:53 +0800 |
commit | 303e73dabd702e19dae0638e402b7adedc2e63d0 (patch) | |
tree | 39f5db5e677aac0352369cb6e46374b5bd11a774 /audio/boodler | |
parent | f1cfa348702ffe72cc29c7129885253c7d19e090 (diff) | |
download | freebsd-ports-gnome-303e73dabd702e19dae0638e402b7adedc2e63d0.tar.gz freebsd-ports-gnome-303e73dabd702e19dae0638e402b7adedc2e63d0.tar.zst freebsd-ports-gnome-303e73dabd702e19dae0638e402b7adedc2e63d0.zip |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
Diffstat (limited to 'audio/boodler')
-rw-r--r-- | audio/boodler/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index d5b50727828d..c381e1f0a56d 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -24,7 +24,6 @@ CONFIGURE_ARGS= --include ${LOCALBASE}/include --lib ${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} SHEBANG_FILES= ${CONFIGURE_SCRIPT} boodler.py -python_CMD= ${PYTHON_CMD} SUB_FILES= boodler-wrapper SUB_LIST= PYTHON_CMD=${PYTHON_CMD} |