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

(-)Makefile (-2 / +2 lines)
Lines 44-54 Link Here
44
	${RM} ${WRKSRC}/pkgIndex.tcl
44
	${RM} ${WRKSRC}/pkgIndex.tcl
45
45
46
post-patch:
46
post-patch:
47
	${PERL} -pi \
47
	${REINPLACE_CMD} \
48
		-e 's,package require Itk,load \
48
		-e 's,package require Itk,load \
49
			[glob ${WRKSRC}/${ITK_LIB_FILE}*],;' \
49
			[glob ${WRKSRC}/${ITK_LIB_FILE}*],;' \
50
		-e 's,return$$,exit,' ${WRKSRC}/tests/*
50
		-e 's,return$$,exit,' ${WRKSRC}/tests/*
51
	${PERL} -pi \
51
	${REINPLACE_CMD} \
52
		-e 's,\@itk_LIB_FILE\@,${ITK_LIB_FILE},' \
52
		-e 's,\@itk_LIB_FILE\@,${ITK_LIB_FILE},' \
53
		${WRKSRC}/pkgIndex.tcl.in
53
		${WRKSRC}/pkgIndex.tcl.in

Return to bug 39267