diff options
Diffstat (limited to 'textproc/py-hunspell/Makefile')
-rw-r--r-- | textproc/py-hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-hunspell/Makefile b/textproc/py-hunspell/Makefile index ca90144c7687..6e25318f9467 100644 --- a/textproc/py-hunspell/Makefile +++ b/textproc/py-hunspell/Makefile @@ -18,7 +18,7 @@ USES+= localbase USE_PYTHON= distutils HSPLVER= 1.7 -PLIST_FILES= ${PYTHON_SITELIBDIR}/hunspell${PYTHON_EXT_SUFFIX}.so +PLIST_FILES= ${PYTHON_SITELIBDIR}/hunspell${PYTHON_TAG}.so pre-configure: ${REINPLACE_CMD} -e "s|/usr/include|${LOCALBASE}/include|" \ |