Date: Sun, 13 Dec 2015 03:59:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403652 - head/lang/jimtcl Message-ID: <201512130359.tBD3xFQR077829@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Dec 13 03:59:15 2015 New Revision: 403652 URL: https://svnweb.freebsd.org/changeset/ports/403652 Log: - Add LICENSE_FILE - Silence stripping Modified: head/lang/jimtcl/Makefile Modified: head/lang/jimtcl/Makefile ============================================================================== --- head/lang/jimtcl/Makefile Sun Dec 13 03:59:14 2015 (r403651) +++ head/lang/jimtcl/Makefile Sun Dec 13 03:59:15 2015 (r403652) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512130359.tBD3xFQR077829>