- Strip binaries
- Add LICENSE_FILE
This commit is contained in:
parent
876d7ded10
commit
bfeba6d823
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388329
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= sourcenav
|
||||
PORTVERSION= 4.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Source code analysis tool
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= shebangfix tar:bzip2
|
||||
SHEBANG_FILES= ${WRKSRC}/snavigator/demo/c++/contrib/perl/sample_client
|
||||
|
@ -29,6 +30,8 @@ post-patch:
|
|||
s|@XLIBSW@|-L${LOCALBASE}/lib -lX11|' ${WRKSRC}/tk/unix/Makefile.in
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sourcenav/bin/wish8.3
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sourcenav/bin/tclsh8.3
|
||||
${LN} -s ${PREFIX}/sourcenav/bin/snavigator ${STAGEDIR}${PREFIX}/bin/snavigator
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue