svn commit: r455336 - head/audio/xmms-ladspa

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 2 09:00:26 UTC 2017


Author: amdmi3
Date: Sat Dec  2 09:00:24 2017
New Revision: 455336
URL: https://svnweb.freebsd.org/changeset/ports/455336

Log:
  - Fix LICENSE
  - Unsilence installation commands
  
  Approved by:	portmgr blanket

Modified:
  head/audio/xmms-ladspa/Makefile

Modified: head/audio/xmms-ladspa/Makefile
==============================================================================
--- head/audio/xmms-ladspa/Makefile	Sat Dec  2 09:00:21 2017	(r455335)
+++ head/audio/xmms-ladspa/Makefile	Sat Dec  2 09:00:24 2017	(r455336)
@@ -12,7 +12,7 @@ DISTNAME=	xmms_ladspa-${PORTVERSION}
 MAINTAINER=	arved at FreeBSD.org
 COMMENT=	XMMS Plugin that provides LADSPA Plugins to XMMS
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:audio/ladspa
@@ -24,6 +24,6 @@ USE_GNOME=	gtk12
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Effect/
-	@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${STAGEDIR}${PREFIX}/lib/xmms/Effect/
+	${INSTALL_DATA} ${WRKSRC}/ladspa.so ${STAGEDIR}${PREFIX}/lib/xmms/Effect/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list