Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 19:59:01 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423151 - head/math/octave-forge-optim
Message-ID:  <201610021959.u92Jx15m030227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun Oct  2 19:59:01 2016
New Revision: 423151
URL: https://svnweb.freebsd.org/changeset/ports/423151

Log:
  - Add LICENSE.

Modified:
  head/math/octave-forge-optim/Makefile

Modified: head/math/octave-forge-optim/Makefile
==============================================================================
--- head/math/octave-forge-optim/Makefile	Sun Oct  2 19:58:57 2016	(r423150)
+++ head/math/octave-forge-optim/Makefile	Sun Oct  2 19:59:01 2016	(r423151)
@@ -8,6 +8,11 @@ CATEGORIES=	math
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+LICENSE=	Parts
+LICENSE_NAME=	See individual files for licenses
+LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}



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