From 080ab42ee4353767afedd9b8e23826030e75adf7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 13 Dec 2015 03:59:15 +0000 Subject: [PATCH] - Add LICENSE_FILE - Silence stripping --- lang/jimtcl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/jimtcl/Makefile b/lang/jimtcl/Makefile index d42aebb7ce65..9ae448c848da 100644 --- a/lang/jimtcl/Makefile +++ b/lang/jimtcl/Makefile @@ -8,6 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Small footprint implementation of the Tcl programming language LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= msteveb @@ -19,7 +20,7 @@ CONFIGURE_ARGS= --full \ --disable-docs post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh \ - ${STAGEDIR}${PREFIX}/lib/libjim.so.0.76 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh \ + ${STAGEDIR}${PREFIX}/lib/libjim.so.* .include