git: f75b9b72e5cb - main - games/fheroes2: look for libpng without suffix, switch to PORTDOCS
Tobias Kortkamp
tobik at freebsd.org
Fri Jun 4 18:48:32 UTC 2021
On Fri, Jun 04, 2021 at 12:51:06PM +0000, Piotr Kubaj wrote:
> The branch main has been updated by pkubaj:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=f75b9b72e5cb7ac631cf10f936d185ecd434ad72
>
> commit f75b9b72e5cb7ac631cf10f936d185ecd434ad72
> Author: Piotr Kubaj <pkubaj at FreeBSD.org>
> AuthorDate: 2021-06-04 12:50:57 +0000
> Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
> CommitDate: 2021-06-04 12:50:57 +0000
>
> games/fheroes2: look for libpng without suffix, switch to PORTDOCS
I think this is missing
Reported by: danfe
> -PLIST_FILES= bin/${PORTNAME} \
> - ${DOCSDIR}/README.txt \
> +PLIST_FILES= bin/${PORTNAME}
> +PORTDOCS= ${DOCSDIR}/README.txt \
> ${DOCSDIR}/changelog.txt
This won't work. Files in PORTDOCS are relative to ${DOSCDIR} so
you need to drop ${DOCSDIR}/. Also PORTDOCS won't do anything
without adding a DOCS option.
$ make -C games/fheroes2 check-sanity
/!\ fheroes2-0.9.4: Makefile errors /!\
PORTDOCS does not do anything unless the DOCS option is present.
*** Error code 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/dev-commits-ports-all/attachments/20210604/e0128713/attachment.sig>
More information about the dev-commits-ports-all
mailing list