Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 23:38:29 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332305 - in head/misc: compat7x compat8x compat9x
Message-ID:  <201310312338.r9VNcTAW012009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Thu Oct 31 23:38:29 2013
New Revision: 332305
URL: http://svnweb.freebsd.org/changeset/ports/332305

Log:
  Add LICENSE

Modified:
  head/misc/compat7x/Makefile   (contents, props changed)
  head/misc/compat8x/Makefile
  head/misc/compat9x/Makefile

Modified: head/misc/compat7x/Makefile
==============================================================================
--- head/misc/compat7x/Makefile	Thu Oct 31 23:37:49 2013	(r332304)
+++ head/misc/compat7x/Makefile	Thu Oct 31 23:38:29 2013	(r332305)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}-${ARCH}-${PORTVERS
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	A convenience package to install the compat7x libraries
 
+LICENSE=	BSD
+
 USE_XZ=		yes
 NO_BUILD=	yes
 ONLY_FOR_ARCHS=	i386 amd64

Modified: head/misc/compat8x/Makefile
==============================================================================
--- head/misc/compat8x/Makefile	Thu Oct 31 23:37:49 2013	(r332304)
+++ head/misc/compat8x/Makefile	Thu Oct 31 23:38:29 2013	(r332305)
@@ -12,6 +12,8 @@ DISTNAME=	${PORTNAME}-${ARCH}-${PORTVERS
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	A convenience package to install the compat8x libraries
 
+LICENSE=	BSD
+
 USE_XZ=		yes
 NO_BUILD=	yes
 ONLY_FOR_ARCHS=	i386 amd64

Modified: head/misc/compat9x/Makefile
==============================================================================
--- head/misc/compat9x/Makefile	Thu Oct 31 23:37:49 2013	(r332304)
+++ head/misc/compat9x/Makefile	Thu Oct 31 23:38:29 2013	(r332305)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}-${ARCH}-${PORTVERS
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	A convenience package to install the compat9x libraries
 
+LICENSE=	BSD
+
 USE_XZ=		yes
 NO_BUILD=	yes
 ONLY_FOR_ARCHS=	i386 amd64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310312338.r9VNcTAW012009>