summaryrefslogtreecommitdiffstats
path: root/audio/idjc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-10-25 19:09:14 +0000
committerantoine <antoine@FreeBSD.org>2016-10-25 19:09:14 +0000
commite98d0f2995f86043343f7f95fa12d204445336c8 (patch)
tree9dc37d6444f87dba17d1385b85a4cef69bf394a0 /audio/idjc
parent0005b722b1ad39c92abfe8ab925cd8abbf1ffef8 (diff)
downloadFreeBSD-ports-e98d0f2995f86043343f7f95fa12d204445336c8.zip
FreeBSD-ports-e98d0f2995f86043343f7f95fa12d204445336c8.tar.gz
Do not hand roll PYTHON_CMD
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 7628cf3..f053a63 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>
OpenPOWER on IntegriCloud