svn commit: r332305 - in head/misc: compat7x compat8x compat9x
Renato Botelho
garga at FreeBSD.org
Thu Oct 31 23:38:30 UTC 2013
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 at 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 at 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 at FreeBSD.org
COMMENT= A convenience package to install the compat9x libraries
+LICENSE= BSD
+
USE_XZ= yes
NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64
More information about the svn-ports-all
mailing list