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

(-)bsd.port.mk (+2 lines)
Lines 2886-2896 Link Here
2886
.endif
2886
.endif
2887
2887
2888
.for target in check-sanity fetch checksum extract patch configure all build install reinstall package
2888
.for target in check-sanity fetch checksum extract patch configure all build install reinstall package
2889
.if !target(${target})
2889
${target}:
2890
${target}:
2890
	@${IGNORECMD}
2891
	@${IGNORECMD}
2891
.if defined(INSTALLS_DEPENDS)
2892
.if defined(INSTALLS_DEPENDS)
2892
	@${FALSE}
2893
	@${FALSE}
2893
.endif
2894
.endif
2895
.endif
2894
.endfor
2896
.endfor
2895
2897
2896
.endif
2898
.endif

Return to bug 87214