summaryrefslogtreecommitdiff
path: root/audio
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
parentThe GNUbik program is an interactive, graphical, single player (diff)
Do not hand roll PYTHON_CMD
Notes
Notes: svn path=/head/; revision=424644
Diffstat (limited to 'audio')
-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>