From 4753c7c222c818ccd9255f9102dcb9fe9356f5e4 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 4 Nov 2013 10:49:03 +0000 Subject: Support stage, use bsdtar to extract --- hungarian/hunspell/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hungarian') diff --git a/hungarian/hunspell/Makefile b/hungarian/hunspell/Makefile index c57fe0b2ce2e..395bea7bb100 100644 --- a/hungarian/hunspell/Makefile +++ b/hungarian/hunspell/Makefile @@ -20,9 +20,8 @@ PLIST_FILES= %%DATADIR%%/hu_HU.aff \ %%DATADIR%%/hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${STAGEDIR}${DATADIR}/ .include -- cgit