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