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/it-hunspell | |
parent | 93fe76279899843116926d14dd691753b7c2f61d (diff) | |
download | ports-fc2174ba587e7b9842caac345a424293aa524492.tar.gz ports-fc2174ba587e7b9842caac345a424293aa524492.zip |
Notes
Diffstat (limited to 'textproc/it-hunspell')
-rw-r--r-- | textproc/it-hunspell/Makefile | 5 |
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> |