diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-05-13 20:51:28 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-05-13 20:51:28 +0000 |
commit | 47a5e410c86df385d68f001db84f9639d3de33ca (patch) | |
tree | ef901b80f1be40c203c56d788ae713a4638d44b9 | |
parent | New port: science/py-gsd: GSD (General Simulation Data) file format for Python (diff) |
devel/tcl-trf: Add LICENSE
Strip libTrf2.1.4.so (Q/A warning)
PR: 228179
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=469830
-rw-r--r-- | devel/tcl-trf/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/tcl-trf/Makefile b/devel/tcl-trf/Makefile index 022233960bc3..f1ca59527905 100644 --- a/devel/tcl-trf/Makefile +++ b/devel/tcl-trf/Makefile @@ -12,6 +12,11 @@ DISTNAME= trf${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= Data conversion, digests, compression, error-correction for Tcl +LICENSE= Tcl_Trf_License +LICENSE_NAME= Tcl Trf License +LICENSE_FILE= ${WRKSRC}/doc/license.terms +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= use of undeclared identifier 'SHA_Init' @@ -60,6 +65,7 @@ do-install: do \ ${INSTALL_MAN} $$m ${STAGEDIR}${MANNPREFIX}/man/mann/ ;\ done + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/Trf/libTrf${PORTVERSION}.so do-test: @if ! ${PKG_BIN} info --quiet tcl-memchan; then \ |