diff options
author | leot <leot@pkgsrc.org> | 2017-03-16 09:08:56 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-03-16 09:08:56 +0000 |
commit | 2e82047825e01379edcb6a6d1c82e51ea130c47f (patch) | |
tree | 9287dde1820fa1023635f9550c5c005ff09d8497 | |
parent | 80fad88f6447eaab830d94f39713b209efbd800c (diff) | |
download | pkgsrc-2e82047825e01379edcb6a6d1c82e51ea130c47f.tar.gz |
Fix PKGVERSION (...and use DISTNAME in PKGNAME to avoid copypastos)
-rw-r--r-- | audio/py-audioread/Makefile | 4 |
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/} |