svn commit: r389184 - head/audio/boodler
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 11 10:17:21 UTC 2015
Author: amdmi3
Date: Thu Jun 11 10:17:20 2015
New Revision: 389184
URL: https://svnweb.freebsd.org/changeset/ports/389184
Log:
- Fix shebangs
MFH: 2015Q2
Modified:
head/audio/boodler/Makefile
Modified: head/audio/boodler/Makefile
==============================================================================
--- head/audio/boodler/Makefile Thu Jun 11 10:17:18 2015 (r389183)
+++ head/audio/boodler/Makefile Thu Jun 11 10:17:20 2015 (r389184)
@@ -3,7 +3,7 @@
PORTNAME= boodler
PORTVERSION= 1.5.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www.eblong.com/zarf/boodler/
DISTFILES= boodler-153.tar.gz boodler-snd-021902.tar.gz
@@ -23,7 +23,7 @@ CONFIGURE_SCRIPT= configure.py
CONFIGURE_ARGS= --include ${LOCALBASE}/include --lib ${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}
-SHEBANG_FILES= ${CONFIGURE_SCRIPT}
+SHEBANG_FILES= ${CONFIGURE_SCRIPT} boodler.py
python_CMD= ${PYTHON_CMD}
SUB_FILES= boodler-wrapper
SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
More information about the svn-ports-head
mailing list