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

(-)www/w3m/Makefile (-1 / +6 lines)
Lines 54-60 PLIST_SUB+=3D M17N=3D"@comment " Link Here
54
.if defined(JAPANESE)
54
.if defined(JAPANESE)
55
USE_GETTEXT=3D		yes
55
USE_GETTEXT=3D		yes
56
CONFIGURE_ARGS+=3D	--enable-m17n --enable-japanese=3DE --with-migemo=3Dyes
56
CONFIGURE_ARGS+=3D	--enable-m17n --enable-japanese=3DE --with-migemo=3Dyes=
57
gt_cv_func_gnugettext1_libintl=3Dyes
57
gt_cv_func_gnugettext1_libintl=3Dyes
58
DOCS_JP=3D	${DOCS} README.SSL README.cookie README.keymap README.mailcap \
58
DOCS_JP=3D	${DOCS} README.SSL README.cookie README.keymap README.mailcap \
59
		README.menu README.migemo
59
		README.menu README.migemo
Lines 139-145 pre-everything:: Link Here
139
post-patch:
139
post-patch:
140
	@${REINPLACE_CMD} -e \
140
	@${REINPLACE_CMD} -e \
141
		's|\`\(expr\) \(.*\) : \(.*\)`|`\1 \\( \2 : \3 \\)`|' \
141
		's|\`\(expr\) \(.*\) : \(.*\)`|`\1 \\( \2 : \3 \\)`|' \
142
		-e 's|/usr/local|${LOCALBASE}|g' \
142
		${WRKSRC}/configure
143
		${WRKSRC}/configure
144
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
145
		${WRKSRC}/scripts/w3mman/w3mman2html.cgi.in
146
	@${FIND} ${WRKSRC}/doc* -type f \! -name HISTORY \
147
		-exec ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' {} +
143
post-install:
148
post-install:
144
.if !defined(NOPORTDOCS)
149
.if !defined(NOPORTDOCS)

Return to bug 146335