diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-04 09:32:20 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 11:47:48 +0000 |
| commit | 3505159e72da2d8313ce2a8ddc527de700b5bc37 (patch) | |
| tree | 6e7cd781796c6e5b68376fd16061dc733c4b60ab /math/triangle | |
| parent | adb93122cbf753a26a0497479dbb88cf415de29b (diff) | |
Diffstat (limited to 'math/triangle')
| -rw-r--r-- | math/triangle/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/triangle/Makefile b/math/triangle/Makefile index 0305dc9a6158..e36dcf9c3d7f 100644 --- a/math/triangle/Makefile +++ b/math/triangle/Makefile @@ -11,7 +11,11 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Two-Dimensional Quality Mesh Generator and Delaunay Triangulator -NO_CDROM= No commercial use without prior arrangement with the author +# Converted from NO_CDROM +LICENSE= triangle +LICENSE_NAME= triangle +LICENSE_TEXT= No commercial use without prior arrangement with the author +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= zip xorg NO_WRKSUBDIR= yes |
