diff options
Diffstat (limited to 'textproc/sq-hunspell')
-rw-r--r-- | textproc/sq-hunspell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/sq-hunspell/Makefile b/textproc/sq-hunspell/Makefile index f9e08e1e43d3..94d86240d068 100644 --- a/textproc/sq-hunspell/Makefile +++ b/textproc/sq-hunspell/Makefile @@ -19,9 +19,8 @@ PLIST_FILES= %%DATADIR%%/sq_AL.aff \ %%DATADIR%%/sq_AL.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/sq_AL.aff ${WRKSRC}/sq_AL.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/sq_AL.aff ${WRKSRC}/sq_AL.dic ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> |