diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:36:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:36:02 +0000 |
commit | 03841c211c7e91c3b6bac0c2dc65d3bebf063481 (patch) | |
tree | 1bf85600b9826b99e08b4fd743729fc7e25b18d8 /hungarian | |
parent | ab7cfab5ab798cfff430f361ff30d766c13eb008 (diff) | |
download | ports-03841c211c7e91c3b6bac0c2dc65d3bebf063481.tar.gz ports-03841c211c7e91c3b6bac0c2dc65d3bebf063481.zip |
Notes
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/hyphen/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hungarian/hyphen/Makefile b/hungarian/hyphen/Makefile index b9afe2513f1b..f10c833bc608 100644 --- a/hungarian/hyphen/Makefile +++ b/hungarian/hyphen/Makefile @@ -13,16 +13,15 @@ COMMENT= Hungarian hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_hu_HU.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_hu_HU.dic ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> |