Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 01:55:19 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314514 - head/math/vtk
Message-ID:  <201303180155.r2I1tJoI041222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Mar 18 01:55:19 2013
New Revision: 314514
URL: http://svnweb.freebsd.org/changeset/ports/314514

Log:
  Trim Headers
  Add License

Modified:
  head/math/vtk/Makefile

Modified: head/math/vtk/Makefile
==============================================================================
--- head/math/vtk/Makefile	Mon Mar 18 01:44:03 2013	(r314513)
+++ head/math/vtk/Makefile	Mon Mar 18 01:55:19 2013	(r314514)
@@ -1,17 +1,5 @@
-# New ports collection makefile for:    vtk
-# Date created:         10 Oct 2003
-# Whom:                 Mykola Khotyaintsev <ko@irfu.se>
-#
+# Created by: Mykola Khotyaintsev <ko@irfu.se>
 # $FreeBSD$
-#
-# By default
-#
-# There are some options to tune VTK towards your specific needs.
-# You can activate a feature by typing something like
-# "make -DKNOB" or "make KNOB=yes" instead of just "make"
-#
-# WITH_TESTING		build the testing binaries (only for vtk and vtk-java port)
-#
 
 PORTNAME=	vtk
 PORTVERSION=	4.4
@@ -38,6 +26,8 @@ PLIST_SUB+=	LIBVER=${LIBVER} PKGNAME=${P
 USE_TCL=	84
 USE_TK=		84
 
+LICENSE=	BSD
+
 .include <bsd.port.pre.mk>
 
 .if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers"



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