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 /polish/hyphen | |
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 'polish/hyphen')
-rw-r--r-- | polish/hyphen/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/polish/hyphen/Makefile b/polish/hyphen/Makefile index ee0412deeb85..72b31ab63d22 100644 --- a/polish/hyphen/Makefile +++ b/polish/hyphen/Makefile @@ -13,16 +13,15 @@ COMMENT= Polish hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_pl_PL.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> |