diff options
Diffstat (limited to 'security/py-yara/Makefile')
-rw-r--r-- | security/py-yara/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile index 9a113fc8e41d..b8c044bb1188 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -20,6 +20,7 @@ PYDISTUTILS_EGGINFO= yara_python-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-i PLIST_FILES= %%PYTHON_SITELIBDIR%%/yara.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py |