aboutsummaryrefslogtreecommitdiff
path: root/textproc/it-hunspell
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/it-hunspell')
-rw-r--r--textproc/it-hunspell/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/it-hunspell/Makefile b/textproc/it-hunspell/Makefile
index e1e6d6dcecf4..3843bfc2e1e8 100644
--- a/textproc/it-hunspell/Makefile
+++ b/textproc/it-hunspell/Makefile
@@ -22,9 +22,8 @@ PLIST_FILES= %%DATADIR%%/it_IT.aff \
%%DATADIR%%/it_IT.dic
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/it_IT.aff ${WRKSRC}/it_IT.dic ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/it_IT.aff ${WRKSRC}/it_IT.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>