- Add LICENSE_FILE
- Silence stripping
This commit is contained in:
parent
397148bc4a
commit
080ab42ee4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403652
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue