Date: Tue, 8 Feb 2005 21:53:53 -0700 (MST) From: "Ryan Sommers" <ryans@gamersimpact.com> To: ports@freebsd.org Subject: Twice included bsd.port.mk error Message-ID: <53901.63.231.157.250.1107924833.squirrel@63.231.157.250>
next in thread | raw e-mail | index | archive | help
Line 895 bsd.port.mk: .if defined(_PREMKINCLUDED) check-makefile:: @${ECHO_CMD} "${PKGNAME}: Makefile error: you cannot include bsd.port[.pre].mk twice" @${FALSE} .endif _PREMKINCLUDED= yes attempts to catch including this file twice. However, it never does. (Try including it twice in a port.) It will still fail with a lot of other, less obvious errors. -- Ryan Sommers ryans@gamersimpact.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53901.63.231.157.250.1107924833.squirrel>