https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240375
--- Comment #6 from René Thümmler <r...@scientifics.de> --- I found another problem. After investigating the build packages it turned out some files (js files) are missing. isso has a Makefile (needed to tweak a little bit) with some targets (init, js and man). So i tried USES= gmake python USE_PYTHON= autoplist distutils ALL_TARGET= init man js MAKEFILE= ${FILESDIR}/Makefile.in But then it looks like gmake doesnt run at all. So what is needed then is do-build: @cd ${WRKSRC} && ${MAKE_CMD} -f ${MAKEFILE} init man js to get a first package (needs more testing). That leads to the conclusion ALL_TARGET is useless here. Is this wanted/known behaviour? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"