Use PYTHON_PKGNAMEPREFIX in DOCSDIR and EXAMPLESDIR to avoid the tedious usage of
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
in numerous Makefiles. This also is needed to avoid excessive usage of
USE_PYTHON= concurrent # or USES= uniquefiles:dirs
for the sake of getting examples or documentation installed.