diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-11-02 19:05:10 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-11-02 19:05:10 +0000 |
commit | c1cc9d3f48a7d7ee6caefed1ee8875fa95866203 (patch) | |
tree | 891fd38dfd4223df6225b65f6a5330cff7e967bd /audio/py-fmoo-audiotools | |
parent | 9305306c252307322c29d004a30b2b781de2acf5 (diff) | |
download | ports-c1cc9d3f48a7d7ee6caefed1ee8875fa95866203.tar.gz ports-c1cc9d3f48a7d7ee6caefed1ee8875fa95866203.zip |
Notes
Diffstat (limited to 'audio/py-fmoo-audiotools')
-rw-r--r-- | audio/py-fmoo-audiotools/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/py-fmoo-audiotools/Makefile b/audio/py-fmoo-audiotools/Makefile index 5ee5653c0bdb..31a2fa10250c 100644 --- a/audio/py-fmoo-audiotools/Makefile +++ b/audio/py-fmoo-audiotools/Makefile @@ -1,10 +1,11 @@ # $FreeBSD$ -PORTNAME= audiotools +PORTNAME= fmoo-audiotools PORTVERSION= 3.0 CATEGORIES= audio python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}fmoo- +MASTER_SITES= SF/audiotools/audiotools +DISTNAME= audiotools-${PORTVERSION} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ryu0@ymail.com COMMENT= Collection of command line audio handling utilities @@ -76,6 +77,6 @@ post-configure: .endif post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/*.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/audiotools/*.so .include <bsd.port.mk> |