diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-06 22:18:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-06 22:18:41 +0800 |
commit | b2bd01af76fff098ccfe5af8324c53cc99cecf81 (patch) | |
tree | 6f8b1837e05833e5c405da8c85c93a146574f5f0 /audio | |
parent | 9493af702ab1a78ccd3ec86fd6594692a19248c4 (diff) | |
download | freebsd-ports-graphics-b2bd01af76fff098ccfe5af8324c53cc99cecf81.tar.gz freebsd-ports-graphics-b2bd01af76fff098ccfe5af8324c53cc99cecf81.tar.zst freebsd-ports-graphics-b2bd01af76fff098ccfe5af8324c53cc99cecf81.zip |
- Stage support
- Convert to autoplist
- Bump PORTREVISION
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-speex/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/py-speex/Makefile b/audio/py-speex/Makefile index 2bdc74e287d..a45279e3250 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' \ |