aboutsummaryrefslogtreecommitdiff
path: root/lang/jimtcl/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-13 03:59:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-13 03:59:15 +0000
commit080ab42ee4353767afedd9b8e23826030e75adf7 (patch)
tree5d84b0bf831a5f461cd8645aa0e25e31197e3d06 /lang/jimtcl/Makefile
parent397148bc4ad345b8913f6d43630854fa3b1ddda0 (diff)
downloadports-080ab42ee4353767afedd9b8e23826030e75adf7.tar.gz
ports-080ab42ee4353767afedd9b8e23826030e75adf7.zip
Notes
Diffstat (limited to 'lang/jimtcl/Makefile')
-rw-r--r--lang/jimtcl/Makefile5
1 files 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 <bsd.port.mk>