diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-25 19:09:14 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-25 19:09:14 +0000 |
commit | e98d0f2995f86043343f7f95fa12d204445336c8 (patch) | |
tree | 9dc37d6444f87dba17d1385b85a4cef69bf394a0 /audio/idjc | |
parent | 0005b722b1ad39c92abfe8ab925cd8abbf1ffef8 (diff) | |
download | FreeBSD-ports-e98d0f2995f86043343f7f95fa12d204445336c8.zip FreeBSD-ports-e98d0f2995f86043343f7f95fa12d204445336c8.tar.gz |
Do not hand roll PYTHON_CMD
Diffstat (limited to 'audio/idjc')
-rw-r--r-- | audio/idjc/Makefile | 2 |
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> |