svn commit: r403652 - head/lang/jimtcl

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 13 03:59:16 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list