diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-04 19:36:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-04 19:36:02 +0800 |
commit | 4dcf24d2f18caf8892698c94091fc3af1eea26eb (patch) | |
tree | 1bf85600b9826b99e08b4fd743729fc7e25b18d8 /russian | |
parent | 7b1105724bb255ae95238dc416daea90218d28d8 (diff) | |
download | freebsd-ports-gnome-4dcf24d2f18caf8892698c94091fc3af1eea26eb.tar.gz freebsd-ports-gnome-4dcf24d2f18caf8892698c94091fc3af1eea26eb.tar.zst freebsd-ports-gnome-4dcf24d2f18caf8892698c94091fc3af1eea26eb.zip |
Stagify
Use bsdtar to extract
Diffstat (limited to 'russian')
-rw-r--r-- | russian/hyphen/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/russian/hyphen/Makefile b/russian/hyphen/Makefile index 43e8b4f54b8d..f26581b65ec2 100644 --- a/russian/hyphen/Makefile +++ b/russian/hyphen/Makefile @@ -13,7 +13,7 @@ COMMENT= Russian hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -21,10 +21,9 @@ PLIST_FILES= %%DATADIR%%/hyph_ru_RU.dic \ %%DATADIR%%/hyph_ru_UA.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_ru_RU.dic ${DATADIR}/ - ${LN} -s hyph_ru_RU.dic ${DATADIR}/hyph_ru_UA.dic + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_ru_RU.dic ${STAGEDIR}${DATADIR}/ + ${LN} -s hyph_ru_RU.dic ${STAGEDIR}${DATADIR}/hyph_ru_UA.dic .include <bsd.port.mk> |