diff options
author | swills <swills@FreeBSD.org> | 2013-05-20 09:00:10 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-05-20 09:00:10 +0800 |
commit | ac191f0c041b914886cbbd0a9357f1381bd8564c (patch) | |
tree | d09945623778292b1afc246cb60cff2a37ace21a /audio | |
parent | 21f94cfc1d12c8a7c85b7ee2845ca0a29c6a6f5d (diff) | |
download | freebsd-ports-gnome-ac191f0c041b914886cbbd0a9357f1381bd8564c.tar.gz freebsd-ports-gnome-ac191f0c041b914886cbbd0a9357f1381bd8564c.tar.zst freebsd-ports-gnome-ac191f0c041b914886cbbd0a9357f1381bd8564c.zip |
- Add missing prefix was causing audio/beets to fail
PR: ports/178544
Submitted by: Mark Felder <feld@feld.me> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-musicbrainzngs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/py-musicbrainzngs/Makefile b/audio/py-musicbrainzngs/Makefile index 26c6a57b6889..3a59ce5cfe2f 100644 --- a/audio/py-musicbrainzngs/Makefile +++ b/audio/py-musicbrainzngs/Makefile @@ -3,8 +3,10 @@ PORTNAME= musicbrainzngs PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= feld@feld.me COMMENT= Python Musicbrainz NGS site bindings |