diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-12 22:01:29 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-13 00:58:35 +0200 |
commit | 03ddc450f67f0c111a6626012ff5390a9721555b (patch) | |
tree | 1cde8c0945443e1e0c49e64fd388f079c34ba8fd /converters/aish | |
parent | math/octave-forge-cfitsio: Update to 0.0.5. (diff) |
converters/aish: Fix build with lvm15
- Add LICENSE NONE
Diffstat (limited to 'converters/aish')
-rw-r--r-- | converters/aish/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile index 9f868bbc1c75..9e9d38155030 100644 --- a/converters/aish/Makefile +++ b/converters/aish/Makefile @@ -8,10 +8,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Ish/uuencode/Base64 converter WWW= https://hp.vector.co.jp/authors/VA004474/etc/etc.html +LICENSE= NONE + MAKE_ARGS= DSTDIR=${STAGEDIR}${PREFIX}/bin OPTIONS_DEFINE= DOCS +.include <bsd.port.options.mk> + +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) +CFLAGS+= -Wno-error=int-conversion +.endif + post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/aish ${INSTALL_DATA} ${WRKSRC}/aish.txt ${STAGEDIR}${PREFIX}/share/doc/ja/aish |