svn commit: r428715 - head/audio/libmodplug

Emanuel Haupt ehaupt at FreeBSD.org
Sat Dec 17 11:11:39 UTC 2016


Author: ehaupt
Date: Sat Dec 17 11:11:37 2016
New Revision: 428715
URL: https://svnweb.freebsd.org/changeset/ports/428715

Log:
  Add license

Modified:
  head/audio/libmodplug/Makefile

Modified: head/audio/libmodplug/Makefile
==============================================================================
--- head/audio/libmodplug/Makefile	Sat Dec 17 11:09:24 2016	(r428714)
+++ head/audio/libmodplug/Makefile	Sat Dec 17 11:11:37 2016	(r428715)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/modplug-xmms/${PORTNAME
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	ModPlug mod-like music shared libraries
 
+LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		cpe gmake pathfix pkgconfig libtool
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list