Index: head/lang/jimtcl/Makefile =================================================================== --- head/lang/jimtcl/Makefile (revision 403651) +++ head/lang/jimtcl/Makefile (revision 403652) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= jimtcl PORTVERSION= 0.76 CATEGORIES= lang tcl 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 HAS_CONFIGURE= yes CONFIGURE_ARGS= --full \ --enable-utf8 \ --enable-shared \ --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