diff options
-rw-r--r-- | audio/idjc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/idjc/Makefile b/audio/idjc/Makefile index 9c4d7ea..a37cae6 100644 --- a/audio/idjc/Makefile +++ b/audio/idjc/Makefile @@ -45,6 +45,10 @@ BROKEN_powerpc64= Does not build PLIST_SUB+= PORTVERSION="${PORTVERSION}" DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} + +post-patch: + ${REINPLACE_CMD} 's,PYTHON=python,PYTHON=${PYTHON_CMD},' ${WRKSRC}/py-compile + pre-install: ${REINPLACE_CMD} 's|libvorbis.so.0|libvorbis.so|' \ ${WRKSRC}/python/format.py |