Index: head/audio/py-speex/Makefile =================================================================== --- head/audio/py-speex/Makefile (revision 394713) +++ head/audio/py-speex/Makefile (revision 394714) @@ -1,26 +1,26 @@ # Created by: Carl Johan Gustavsson # $FreeBSD$ PORTNAME= speex PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://freenet.mcnabhosting.com/python/pySpeex/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pySpeex-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} DIST_SUBDIR= python -MAINTAINER= cjg@bsdmail.org +MAINTAINER= ports@FreeBSD.org 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 USES= python USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/setup.py .include