diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-04-07 10:40:22 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-04-07 10:41:21 +0000 |
commit | 5a047bd1662990d1fac3d3058fccec3149a4fa0a (patch) | |
tree | 17ad0f1d651bdd492931657d2797d5dd0141fb13 | |
parent | c9a9321d00c80f557f1a2da32ca7439d7fad0a70 (diff) | |
download | ports-5a047bd1662990d1fac3d3058fccec3149a4fa0a.tar.gz ports-5a047bd1662990d1fac3d3058fccec3149a4fa0a.zip |
audio/mousai: drop -devel remains after fbfd0b16f411
PR: 270682
-rw-r--r-- | audio/mousai/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mousai/Makefile b/audio/mousai/Makefile index a828120de656..082cf2f18325 100644 --- a/audio/mousai/Makefile +++ b/audio/mousai/Makefile @@ -2,10 +2,9 @@ PORTNAME= mousai DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 CATEGORIES= audio -PKGNAMESUFFIX= -devel MAINTAINER= jbeich@FreeBSD.org -COMMENT= Identify songs in seconds (development snapshot) +COMMENT= Identify songs in seconds WWW= https://github.com/SeaDve/Mousai LICENSE= GPLv3+ |