mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
- Add LICENSE
- Switch to options helpers - Don't install useless docfiles
This commit is contained in:
parent
6fa46ea0ff
commit
6c774acef8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438080
2 changed files with 8 additions and 5 deletions
|
@ -10,11 +10,14 @@ MASTER_SITES= http://www.sheltonsoft.ru/fileZ/software/ \
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Rich-featured multi-windows console text editor
|
COMMENT= Rich-featured multi-windows console text editor
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||||
|
|
||||||
USES= tar:bzip2
|
USES= tar:bzip2
|
||||||
USE_AUTOTOOLS= autoconf aclocal
|
USE_AUTOTOOLS= autoconf aclocal
|
||||||
|
|
||||||
ACLOCAL_ARGS+= -I m4
|
ACLOCAL_ARGS= -I m4
|
||||||
MAKE_ENV+= LIBPATH=${PREFIX}/lib
|
MAKE_ENV= LIBPATH=${PREFIX}/lib
|
||||||
|
|
||||||
BROKEN_aarch64= Does not compile: error: cast from pointer to smaller type loses information
|
BROKEN_aarch64= Does not compile: error: cast from pointer to smaller type loses information
|
||||||
BROKEN_mips64= Does not compile: error: cast from unsigned char* to unsigned int loses precision
|
BROKEN_mips64= Does not compile: error: cast from unsigned char* to unsigned int loses precision
|
||||||
|
@ -25,8 +28,10 @@ OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${LN} -sf help_eng.html ${STAGEDIR}${PREFIX}/lib/yui/yhelp.html
|
${LN} -sf help_eng.html ${STAGEDIR}${PREFIX}/lib/yui/yhelp.html
|
||||||
|
|
||||||
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS
|
.for file in BUGS CHANGES TODO THANKS
|
||||||
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,5 @@ lib/yui/yhelp.html
|
||||||
man/man1/y.1.gz
|
man/man1/y.1.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.ITK
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
||||||
|
|
Loading…
Add table
Reference in a new issue