From 9786e5a50c96b443ad9bec7381c591d0ab272b90 Mon Sep 17 00:00:00 2001 From: Richard Gallamore Date: Sun, 20 Aug 2017 17:27:18 +0000 Subject: [PATCH] Removed over-engineered bit Reported by: mat Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12034 --- audio/mda-lv2/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/audio/mda-lv2/Makefile b/audio/mda-lv2/Makefile index a87f33a54500..c66a3bfac770 100644 --- a/audio/mda-lv2/Makefile +++ b/audio/mda-lv2/Makefile @@ -1,12 +1,10 @@ # Created by: Yuri Victorovich # $FreeBSD$ -PORTNAME= mda +PORTNAME= mda-lv2 PORTVERSION= 1.2.2 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ -PKGNAMESUFFIX= -lv2 -DISTNAME= ${PKGNAME} MAINTAINER= yuri@rawbw.com COMMENT= LV2 port of the MDA plugins by Paul Kellett