View | Details | Raw Unified | Return to bug 165520 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 173-180 Link Here
173
.endif
173
.endif
174
174
175
.if !defined(WITHOUT_TERMINFO)
175
.if !defined(WITHOUT_TERMINFO)
176
	${FIND} ${PREFIX}/share/misc -name "*.terminfo" -print0	|	\
176
	${FIND} ${PREFIX}/share/misc -name "*.terminfo" -exec ${PREFIX}/bin/tic {} \;
177
		${XARGS} -0 ${PREFIX}/bin/tic
178
.endif
177
.endif
179
178
180
.if !defined(NOPORTDOCS)
179
.if !defined(NOPORTDOCS)

Return to bug 165520