From 188b9b4da2fbe6dd9cea9496fbf731df5b3eb3dc Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 27 Dec 2016 15:33:33 +0000 Subject: - Remove bogus (in presence of USE_GITHUB) USES=tar* - Fix license: actual license for code is GPLv3+, LGPL is for debian changes only Approved by: portmgr blanket --- audio/fplib/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'audio') diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile index 13bb8127cc1e..8a7874d2fe8d 100644 --- a/audio/fplib/Makefile +++ b/audio/fplib/Makefile @@ -9,8 +9,7 @@ CATEGORIES= audio MAINTAINER= sunpoet@FreeBSD.org COMMENT= Last.fm fingerprint library -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/debian/copyright +LICENSE= GPLv3+ LIB_DEPENDS= libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ @@ -21,7 +20,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= cmake localbase:ldflags tar:xz +USES= cmake localbase:ldflags GH_ACCOUNT= lastfm GH_PROJECT= Fingerprinter -- cgit v1.2.3