diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-09 09:02:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-09 09:02:11 +0000 |
commit | 6c774acef8ee2e9474b6a62af6d1bbcdc6ac7bb4 (patch) | |
tree | 6321f406c02a670e66f1c73c11f1d276a152b2e1 /editors | |
parent | 6fa46ea0ff19dd1f4b5a3ce522cc6b535b3f1a95 (diff) | |
download | ports-6c774acef8ee2e9474b6a62af6d1bbcdc6ac7bb4.tar.gz ports-6c774acef8ee2e9474b6a62af6d1bbcdc6ac7bb4.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yui/Makefile | 11 | ||||
-rw-r--r-- | editors/yui/pkg-plist | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile index 2023e23e8ec8..85921de67f2b 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -10,11 +10,14 @@ MASTER_SITES= http://www.sheltonsoft.ru/fileZ/software/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Rich-featured multi-windows console text editor +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + USES= tar:bzip2 USE_AUTOTOOLS= autoconf aclocal -ACLOCAL_ARGS+= -I m4 -MAKE_ENV+= LIBPATH=${PREFIX}/lib +ACLOCAL_ARGS= -I m4 +MAKE_ENV= LIBPATH=${PREFIX}/lib 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 @@ -25,8 +28,10 @@ OPTIONS_DEFINE= DOCS post-install: ${LN} -sf help_eng.html ${STAGEDIR}${PREFIX}/lib/yui/yhelp.html + +post-install-DOCS-on: @${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} .endfor diff --git a/editors/yui/pkg-plist b/editors/yui/pkg-plist index b968b4a06f66..433e72bbce20 100644 --- a/editors/yui/pkg-plist +++ b/editors/yui/pkg-plist @@ -13,7 +13,5 @@ lib/yui/yhelp.html man/man1/y.1.gz %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.ITK %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/THANKS |