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

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

Return to bug 39971