Am 17.05.2023 um 06:40 schrieb Frédéric Fauberteau:
Frédéric Fauberteau wrote:
> +.if ${OPSYS} == "Darwin"
> +PLIST_SRC= PLIST.bundle
> +.endif
pkglint prints a lot of error as:
ERROR: PLIST.bundle:111: Path man/man6/warzone2100.6 is already listed
in PLIST:3.
ERROR: PLIST.bundle:112: Path share/doc/warzone2100/AUTHORS is already
listed in PLIST:5.
ERROR: PLIST.bundle:113: Path share/doc/warzone2100/COPYING is already
listed in PLIST:6.
When pkglint does this check, it only looks at the PLIST files, it does not take PLIST_SRC into account. I'll fix it. Roland