Date: Mon, 04 Sep 2000 12:59:25 +0900 From: kiri@pis.toba-cmt.ac.jp To: freebsd-ports@FreeBSD.org Subject: Re: bsd.ruby.mk, bsd.gnome.mk, ... etc. Message-ID: <200009040359.e843xPG01693@pis.toba-cmt.ac.jp> In-Reply-To: In your message of "Mon, 04 Sep 2000 10:05:05 %2B0900" <200009040105.e84155G01248@pis.toba-cmt.ac.jp> References: <86g0nl8yr3.wl@archon.local.idaemons.org> <86d7ilj1eg.wl@archon.local.idaemons.org> <vqchf7xx2ci.fsf@silvia.hip.berkeley.edu> <200009031145.e83BiwG85980@pis.toba-cmt.ac.jp> <867l8tilgl.wl@archon.local.idaemons.org> <200009040105.e84155G01248@pis.toba-cmt.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 04 Sep 2000 10:05:05 +0900, 私 wrote: > > At Sun, 03 Sep 2000 23:44:42 +0900, > Akinori -Aki- MUSHA <knu@idaemons.org> wrote: > > > > __incmkfiles!= \ > > for cat in ${CATEGORIES}; do \ > > mk="${PORTSDIR}/Mk/bsd.$$cat.mk"; \ > > [ -f $$mk ] && echo $$mk; \ > > done; exit 0 This means including only bsd.*.mk files in ${PORTSDIR}/Mk same as bsd.category_name.mk specified in CATEGORIES. > Well, is that all right without checking whether CATEGORIES > including INCLUDEMK_CATEGORIES? So those above cares may be disappeared :) # But file names put in ${PORTSDIR}/Mk with ports' peculiar ones # should not be same as bsd.category_name.mk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009040359.e843xPG01693>