aboutsummaryrefslogtreecommitdiffstats
path: root/ukrainian
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-11-04 18:49:03 +0800
committerbapt <bapt@FreeBSD.org>2013-11-04 18:49:03 +0800
commit4753c7c222c818ccd9255f9102dcb9fe9356f5e4 (patch)
treeaa0437cd1df1ab46c9dae998c380d8e8ba1d5f37 /ukrainian
parent0d0b67f2c78045cae99e48bc2d1be1aa1e8d3693 (diff)
downloadfreebsd-ports-gnome-4753c7c222c818ccd9255f9102dcb9fe9356f5e4.tar.gz
freebsd-ports-gnome-4753c7c222c818ccd9255f9102dcb9fe9356f5e4.tar.zst
freebsd-ports-gnome-4753c7c222c818ccd9255f9102dcb9fe9356f5e4.zip
Support stage, use bsdtar to extract
Diffstat (limited to 'ukrainian')
-rw-r--r--ukrainian/hunspell/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ukrainian/hunspell/Makefile b/ukrainian/hunspell/Makefile
index 43d9f695b43d..f3999c345c59 100644
--- a/ukrainian/hunspell/Makefile
+++ b/ukrainian/hunspell/Makefile
@@ -21,9 +21,8 @@ PLIST_FILES= %%DATADIR%%/uk_UA.aff \
%%DATADIR%%/uk_UA.dic
PLIST_DIRSTRY= %%DATADIR%%
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- cd ${WRKSRC}/dist/my${DISTNAME}/ && ${INSTALL_DATA} uk_UA.aff uk_UA.dic ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ cd ${WRKSRC}/dist/my${DISTNAME}/ && ${INSTALL_DATA} uk_UA.aff uk_UA.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>