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

(-)Makefile (-1 / +1 lines)
Lines 73-79 Link Here
73
73
74
.if ${LOCALBASE} != /usr/local
74
.if ${LOCALBASE} != /usr/local
75
post-patch:
75
post-patch:
76
	${PERL} -pi -e 's^/usr/local^${LOCALBASE}^g' \
76
	${REINPLACE_CMD} -e 's^/usr/local^${LOCALBASE}^g' \
77
		`find work/hylafax-4.1 -type f -print0 | \
77
		`find work/hylafax-4.1 -type f -print0 | \
78
			xargs -0 fgrep -l --mmap /usr/local`
78
			xargs -0 fgrep -l --mmap /usr/local`
79
.endif
79
.endif

Return to bug 39262