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

(-)Makefile (-1 / +1 lines)
Lines 47-53 Link Here
47
	${RM} ${WRKSRC}/pkgIndex.tcl
47
	${RM} ${WRKSRC}/pkgIndex.tcl
48
48
49
post-patch:
49
post-patch:
50
	${PERL} -pi \
50
	${REINPLACE_CMD} \
51
		-e 's,package require Itcl,load [glob \
51
		-e 's,package require Itcl,load [glob \
52
			${WRKSRC}/${ITCL_LIB}.${SHLIB_MAJOR}*],;' \
52
			${WRKSRC}/${ITCL_LIB}.${SHLIB_MAJOR}*],;' \
53
		${WRKSRC}/tests/*.test
53
		${WRKSRC}/tests/*.test

Return to bug 39265