diff options
-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 \ |