Skip to content

Commit

Permalink
converters/aish: Fix build with lvm15
Browse files Browse the repository at this point in the history
- Add LICENSE NONE
  • Loading branch information
5u623l20 committed Jun 12, 2023
1 parent 666b2d3 commit 03ddc45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions converters/aish/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 03ddc45

Please sign in to comment.