The (relatively) new USE_MAKESELF doesn't work because it leaves EXTRACT_CMD undefined, thus later trying to execute the distfile. From bsd.port.mk: .elif defined(USE_MAKESELF) EXTRACT_CMD?= ${UNMAKESELF_CMD} But it's not defined, so it should be added in bsd.commands.mk as UNZIP_CMD, etc.
Responsible Changed From-To: freebsd-ports-bugs->portmgr Infrastructure PR - over to the portmgr team
State Changed From-To: open->closed Committed, thanks!
pav 2008-03-11 23:31:29 UTC FreeBSD ports repository Modified files: Mk bsd.commands.mk Log: - Add UNMAKESELF_CMD (fixing USE_MAKESELF feature) PR: ports/118749 Submitted by: alepulver Revision Changes Path 1.2 +2 -1 ports/Mk/bsd.commands.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"