aboutsummaryrefslogtreecommitdiff
path: root/german/hyphen
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:36:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-04 11:36:02 +0000
commit03841c211c7e91c3b6bac0c2dc65d3bebf063481 (patch)
tree1bf85600b9826b99e08b4fd743729fc7e25b18d8 /german/hyphen
parentab7cfab5ab798cfff430f361ff30d766c13eb008 (diff)
Notes
Diffstat (limited to 'german/hyphen')
-rw-r--r--german/hyphen/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/german/hyphen/Makefile b/german/hyphen/Makefile
index ea5c64476b06..75df50153410 100644
--- a/german/hyphen/Makefile
+++ b/german/hyphen/Makefile
@@ -13,7 +13,7 @@ COMMENT= German hyphenation rules
LICENSE= LGPL21
-USE_ZIP= yes
+EXTRACT_SUFX= .zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
@@ -25,12 +25,11 @@ DEALIASES= de_AT de_BE de_CH de_LI de_LU
PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic
.endfor
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/hyph_de_DE.dic ${DATADIR}/
+ ${MKDIR} ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/hyph_de_DE.dic ${STAGEDIR}${DATADIR}/
.for ALIAS in ${DEALIASES}
- ${LN} -s hyph_de_DE.dic ${DATADIR}/hyph_${ALIAS}.dic
+ ${LN} -s hyph_de_DE.dic ${STAGEDIR}${DATADIR}/hyph_${ALIAS}.dic
.endfor
.include <bsd.port.mk>