diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 21:34:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 21:34:48 +0000 |
commit | fc2174ba587e7b9842caac345a424293aa524492 (patch) | |
tree | 6dd63d64af839555cf389fce8417ad4ba8f4e0a8 /textproc/no-hunspell | |
parent | 93fe76279899843116926d14dd691753b7c2f61d (diff) |
Notes
Diffstat (limited to 'textproc/no-hunspell')
-rw-r--r-- | textproc/no-hunspell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/no-hunspell/Makefile b/textproc/no-hunspell/Makefile index 56a333cbe6b4..f55860b5c69e 100644 --- a/textproc/no-hunspell/Makefile +++ b/textproc/no-hunspell/Makefile @@ -21,14 +21,13 @@ PLIST_FILES= %%DATADIR%%/nb_NO.aff \ %%DATADIR%%/nn_NO.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes post-extract: @${EXTRACT_CMD} ${WRKDIR}/nb_NO.zip -d ${WRKSRC}/ @${EXTRACT_CMD} ${WRKDIR}/nn_NO.zip -d ${WRKSRC}/ do-install: - ${MKDIR} ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/nb_NO.aff ${WRKSRC}/nb_NO.dic \ - ${WRKSRC}/nn_NO.aff ${WRKSRC}/nn_NO.dic ${DATADIR}/ + ${WRKSRC}/nn_NO.aff ${WRKSRC}/nn_NO.dic ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> |