aboutsummaryrefslogtreecommitdiff
path: root/textproc/it-hunspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/it-hunspell/Makefile')
-rw-r--r--textproc/it-hunspell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/it-hunspell/Makefile b/textproc/it-hunspell/Makefile
index f92e7c94f188..8af1d24533da 100644
--- a/textproc/it-hunspell/Makefile
+++ b/textproc/it-hunspell/Makefile
@@ -20,6 +20,7 @@ LICENSE= GPLv3
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/it_IT.aff \
%%DATADIR%%/it_IT.dic
@@ -27,6 +28,6 @@ PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/it_IT.aff ${WRKDIR}/it_IT.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/it_IT.aff ${WRKSRC}/it_IT.dic ${DATADIR}/
.include <bsd.port.mk>