mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- 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
|
COMMENT= Small footprint implementation of the Tcl programming language
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= msteveb
|
GH_ACCOUNT= msteveb
|
||||||
|
@ -19,7 +20,7 @@ CONFIGURE_ARGS= --full \
|
||||||
--disable-docs
|
--disable-docs
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh \
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh \
|
||||||
${STAGEDIR}${PREFIX}/lib/libjim.so.0.76
|
${STAGEDIR}${PREFIX}/lib/libjim.so.*
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue