https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231555
--- Comment #8 from Mathieu Arnold <[email protected]> --- I'd say it lacks a: --- Mk/bsd.port.mk +++ Mk/bsd.port.mk @@ -3363,3 +3363,3 @@ do-install: -.if !target(do-test) && defined(TEST_TARGET) +.if !target(do-test) && ( defined(TEST_TARGET) || defined(DO_MAKE_TEST) ) DO_MAKE_TEST?= ${SETENV} ${TEST_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${TEST_ARGS:C,^${DESTDIRNAME}=.*,,g} -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
