From 14e416cf1b01a153c2d6fb9059560e5519590b88 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 23 Sep 2013 21:50:51 +0000 Subject: Support stage --- textproc/sv-hyphen/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'textproc/sv-hyphen/Makefile') diff --git a/textproc/sv-hyphen/Makefile b/textproc/sv-hyphen/Makefile index 591152e01cd0..9051d215b266 100644 --- a/textproc/sv-hyphen/Makefile +++ b/textproc/sv-hyphen/Makefile @@ -22,10 +22,9 @@ PLIST_FILES= %%DATADIR%%/hyph_sv_FI.dic \ %%DATADIR%%/hyph_sv_SE.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_sv_SE.dic ${DATADIR}/ - ${LN} -s hyph_sv_SE.dic ${DATADIR}/hyph_sv_FI.dic + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_sv_SE.dic ${STAGEDIR}${DATADIR}/ + ${LN} -s hyph_sv_SE.dic ${STAGEDIR}${DATADIR}/hyph_sv_FI.dic .include -- cgit v1.2.3