aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2016-10-03 22:21:45 +0800
committerJoseph Mingrone <jrm@FreeBSD.org>2016-10-03 22:21:45 +0800
commit059bfcd615e1632a1351b8b55e31167f80b0818c (patch)
tree74266150c62f84fa935536c9699abb43ce270da0 /cad
parent9644c0827ec4eae690cdef6c8e909ba829b713d5 (diff)
downloadfreebsd-ports-gnome-059bfcd615e1632a1351b8b55e31167f80b0818c.tar.gz
freebsd-ports-gnome-059bfcd615e1632a1351b8b55e31167f80b0818c.tar.zst
freebsd-ports-gnome-059bfcd615e1632a1351b8b55e31167f80b0818c.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 \