aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2015-11-03 03:05:10 +0800
committerpawel <pawel@FreeBSD.org>2015-11-03 03:05:10 +0800
commit6688256d046647810878c537b787c4f91e49d2aa (patch)
tree891fd38dfd4223df6225b65f6a5330cff7e967bd /audio
parent3d84d9a90bfcdb01c3e1d4d32d8a97def44678a3 (diff)
downloadfreebsd-ports-gnome-6688256d046647810878c537b787c4f91e49d2aa.tar.gz
freebsd-ports-gnome-6688256d046647810878c537b787c4f91e49d2aa.tar.zst
freebsd-ports-gnome-6688256d046647810878c537b787c4f91e49d2aa.zip
Use PyPI name for PORTNAME
Suggested by: koobs
Diffstat (limited to 'audio')
-rw-r--r--audio/py-fmoo-audiotools/Makefile9
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>