View | Details | Raw Unified | Return to bug 257882
Collapse All | Expand All

(-)b/german/hunspell/Makefile (-2 / +5 lines)
Lines 25-31 USE_PERL5= build Link Here
25
25
26
ALL_TARGET=	hunspell-all
26
ALL_TARGET=	hunspell-all
27
NO_ARCH=	yes
27
NO_ARCH=	yes
28
SHEBANG_FILES=	bin/*.pl
28
SHEBANG_FILES=	bin/*.pl \
29
		bin/conv_dict_de_CH
30
SHEBANG_LANG=	sed
31
sed_OLD_CMD=	/bin/sed
32
sed_CMD=	${LOCALBASE}/bin/gsed
29
33
30
BINARY_ALIAS=	sed=${LOCALBASE}/bin/gsed
34
BINARY_ALIAS=	sed=${LOCALBASE}/bin/gsed
31
35
32
- 

Return to bug 257882