The only .includes in my Makefile are:
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
make print-PLIST produces:
${PYSITELIB}/UFL-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
...
pkglint warns:
WARN: PLIST:6: Include "../../lang/python/egg.mk" instead of listing .egg-info files directly.
?
Cheers,
Patrick