aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorjrm <jrm@FreeBSD.org>2016-10-03 22:21:45 +0800
committerjrm <jrm@FreeBSD.org>2016-10-03 22:21:45 +0800
commit185fda993f68f387585c9718939661e127db561f (patch)
tree74266150c62f84fa935536c9699abb43ce270da0 /cad
parent39ca11c32b4b8a8a9f181e9d4db54e07bdd61ee9 (diff)
downloadfreebsd-ports-gnome-185fda993f68f387585c9718939661e127db561f.tar.gz
freebsd-ports-gnome-185fda993f68f387585c9718939661e127db561f.tar.zst
freebsd-ports-gnome-185fda993f68f387585c9718939661e127db561f.zip
Add LICENSE file and return PORTREVISION=1 to cad/gmsh-occ
Reported by: jbeich mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8134
Diffstat (limited to 'cad')
-rw-r--r--cad/gmsh-occ/Makefile2
-rw-r--r--cad/gmsh/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/cad/gmsh-occ/Makefile b/cad/gmsh-occ/Makefile
index fb521894aeae..b297335041a8 100644
--- a/cad/gmsh-occ/Makefile
+++ b/cad/gmsh-occ/Makefile
@@ -1,6 +1,8 @@
# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
+PORTREVISION= 1
+
PKGNAMESUFFIX= -occ
MAINTAINER= jrm@FreeBSD.org
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index fdd50637866b..c294d52ebce4 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -13,6 +13,7 @@ COMMENT?= Automatic 3D finite element mesh generator
LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21
LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \