cvs commit: ports CHANGES UPDATING ports/Mk bsd.commands.mk
bsd.destdir.mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk
bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk
bsd.ruby.mk ports/Tools/scripts security-check.awk
Andrew Pantyukhin
infofarmer at FreeBSD.org
Sat Aug 4 12:09:51 PDT 2007
On 8/4/07, Doug Barton <dougb at freebsd.org> wrote:
> This is nice work, but it seems to require the attached patch. Without
> it I get the following error messages:
>
> "/usr/ports/Mk/bsd.port.mk", line 1092: Could not find /Mk/bsd.commands.mk
> --- bsd.port.mk 4 Aug 2007 11:37:23 -0000 1.578
> +++ bsd.port.mk 4 Aug 2007 18:46:39 -0000
> @@ -1089,6 +1089,8 @@
> # Most port authors should not need to understand anything after this point.
> #
>
> +PORTSDIR?= /usr/ports
> +
> .include "${PORTSDIR}/Mk/bsd.commands.mk"
Looks like it's defined in /usr/share/mk/bsd.port.mk
More information about the cvs-all
mailing list