Re: git: 9009f2cfb80d - main - archivers/lha: allow package
- In reply to: Dirk Meyer : "git: 9009f2cfb80d - main - archivers/lha: allow package"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Mar 2023 01:03:33 UTC
Hi, Dirk,
On 2023-03-09 6:29 AM, Dirk Meyer wrote:
[..]
> do-install:
> - -${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1
> + -${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1 ${STAGEDIR}${DATADIR} ${STAGEDIR}${_LICENSE_DIR}
_LICENSE_DIR is not available if license framework is disabled (for a
custom poudriere instance, this is useful to force package to be created
for private use).
Could you please copy the _LICENSE_DIR definition to the Makefile, or
ideally don't install the license files when DISABLE_LICENSE is defined?
Cheers,