diff --git a/audio/py-speex/Makefile b/audio/py-speex/Makefile index 2bdc74e287d3..a45279e32503 100644 --- a/audio/py-speex/Makefile +++ b/audio/py-speex/Makefile @@ -3,6 +3,7 @@ PORTNAME= speex PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://www.freenet.org.nz/python/pySpeex/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +16,9 @@ COMMENT= Python bindings for the Speex compressor/decompressor audio codec BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex -PLIST_FILES= %%PYTHON_SITELIBDIR%%/speex.so USE_PYTHON= yes -NO_STAGE= yes USE_PYDISTUTILS=yes -PYDISTUTILS_PKGVERSION= 1.0 +PYDISTUTILS_AUTOPLIST= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \