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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 366-374 Link Here
366
.endif
366
.endif
367
367
368
# XXX
368
# XXX
369
post-stage:
369
.for m in ${SAMBA4_MODULES}
370
.for m in ${SAMBA4_MODULES}
370
PLIST_REINPLACE+=	${m}
371
	@${SED} -i "" -e 's|^@comment ${m} ||g' ${TMPPLIST}
371
PLIST_REINPLACE_${m:tu}=	s|^@comment ${m} ||g
372
.endfor
372
.endfor
373
##############################################################################
373
##############################################################################
374
# !SAMBA4_SUBPORT
374
# !SAMBA4_SUBPORT

Return to bug 193734