From 359ab9c7a8f2854367aefa83a5b4f551250d27b4 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Aug 2011 04:40:40 +0000 Subject: - Set WRKSRC --- german/hyphen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'german') diff --git a/german/hyphen/Makefile b/german/hyphen/Makefile index cbfe7e9cbd75..c743ae7c5c3f 100644 --- a/german/hyphen/Makefile +++ b/german/hyphen/Makefile @@ -19,6 +19,7 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_de_DE.dic PLIST_DIRSTRY= %%DATADIR%% @@ -30,7 +31,7 @@ PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/hyph_de_DE.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_de_DE.dic ${DATADIR}/ .for ALIAS in ${DEALIASES} ${LN} -s hyph_de_DE.dic ${DATADIR}/hyph_${ALIAS}.dic .endfor -- cgit v1.2.3