On 16.06.2020 23:54, Greg Troxel wrote:
Module Name: pkgsrc Committed By: gdt Date: Tue Jun 16 21:54:24 UTC 2020 Modified Files: pkgsrc/geography/qgis: Makefile Log Message: geography/qgis: Allow SUBST NOOP SUBST_FILES.xapple= ${xapple_FIND_CMD:sh} +# The output of find is a superset of the needed files. +SUBST_NOOP_OK.xapple= yes SUBST_SED.xapple+= -e 's,APPLE,XAPPLE,' SUBST_SED.xapple+= -e 's,MACOSX_BUNDLE ,,' SUBST_NOOP_OK.xapple= yes # since SUBST_FILES is generated
pkglint says: NOTE: Makefile:45: Definition of SUBST_NOOP_OK.xapple is redundant because of line 42. I have added line 45 a few days ago. WARN: Makefile:38--39: Foreign variable "xapple_FIND_CMD" in SUBST block. This second warning is incorrect, I'll fix it.