summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorleot <leot>2017-03-16 09:08:56 +0000
committerleot <leot>2017-03-16 09:08:56 +0000
commitefac88d9c1b269c37f8840df4a39dc24b60c1719 (patch)
treeb749cf8c6e60d57e4bf20fc15f0318231c661c21 /audio
parentc32a61243a909717371e8a419540c31c101a8d2d (diff)
downloadpkgsrc-efac88d9c1b269c37f8840df4a39dc24b60c1719.tar.gz
Fix PKGVERSION (...and use DISTNAME in PKGNAME to avoid copypastos)
Diffstat (limited to 'audio')
-rw-r--r--audio/py-audioread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-audioread/Makefile b/audio/py-audioread/Makefile
index 8e5b58be939..de4598c5a4b 100644
--- a/audio/py-audioread/Makefile
+++ b/audio/py-audioread/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/03/15 20:25:04 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/03/16 09:08:56 leot Exp $
DISTNAME= audioread-2.1.4
-PKGNAME= ${PYPKGPREFIX}-audioread
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_PYPI:=a/audioread/}