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

(-)ports/Mk/bsd.scons.mk (-3 / +3 lines)
Lines 75-88 Link Here
75
75
76
.if !target(do-build)
76
.if !target(do-build)
77
do-build:
77
do-build:
78
	@cd ${WRKSRC} && \
78
	@cd ${BUILD_WRKSRC} && \
79
	${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} ${SCONS_ENV} ${SCONS_ARGS} \
79
	${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} ${SCONS_ENV} ${SCONS_ARGS} \
80
	${SCONS_TARGET}
80
	${SCONS_TARGET}
81
.endif
81
.endif
82
82
83
.if !target(do-install)
83
.if !target(do-install)
84
do-install:
84
do-install:
85
	@cd ${WRKSRC} && ${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} ${SCONS_ENV} \
85
	@cd ${INSTALL_WRKSRC} && ${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} \
86
	${SCONS_ARGS} ${SCONS_INSTALL_TARGET}
86
	${SCONS_ENV} ${SCONS_ARGS} ${SCONS_INSTALL_TARGET}
87
.endif
87
.endif

Return to bug 112281