aboutsummaryrefslogtreecommitdiff
path: root/audio/idjc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-10-25 19:09:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-10-25 19:09:14 +0000
commitb44706cc004efd66c805ed42d2f48e3e9ceee72d (patch)
tree9dc37d6444f87dba17d1385b85a4cef69bf394a0 /audio/idjc
parente9f31516fc8e70e6dc786b5ceb7aa083d481619c (diff)
downloadports-b44706cc004efd66c805ed42d2f48e3e9ceee72d.tar.gz
ports-b44706cc004efd66c805ed42d2f48e3e9ceee72d.zip
Notes
Diffstat (limited to 'audio/idjc')
-rw-r--r--audio/idjc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/idjc/Makefile b/audio/idjc/Makefile
index 7628cf3570b4..f053a6312e2c 100644
--- a/audio/idjc/Makefile
+++ b/audio/idjc/Makefile
@@ -47,7 +47,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
pre-install:
${REINPLACE_CMD} 's|libvorbis.so.0|libvorbis.so|' \
${WRKSRC}/python/format.py
- ${REINPLACE_CMD} 's|#! /usr/local/bin/python2.72.7|#\!${LOCALBASE}/bin/${PYTHON_VERSION}|' \
+ ${REINPLACE_CMD} 's|#! /usr/local/bin/python2.72.7|#\!${PYTHON_CMD}|' \
${WRKSRC}/idjc
.include <bsd.port.mk>