Date: Fri, 29 Jun 2001 09:46:19 -0500 From: "Jeffrey J. Mountin" <jeff-ml@mountin.net> To: <roam@FreeBSD.ORG>, freebsd-ports@FreeBSD.ORG, portmgr@FreeBSD.ORG, Philippe Casidy <pcasidy@casidy.com> Subject: Re: ports/28510: Can't make ports readmes if categories missing. Message-ID: <4.3.2.20010629094249.02e54c90@207.227.119.2> In-Reply-To: <200106291104.f5TB4T039046@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 04:04 AM 6/29/01 -0700, roam@FreeBSD.ORG wrote: >Synopsis: Can't make ports readmes if categories missing. > >Responsible-Changed-From-To: freebsd-ports->portmgr >Responsible-Changed-By: roam >Responsible-Changed-When: Fri Jun 29 04:03:44 PDT 2001 >Responsible-Changed-Why: >Over to the ports infrastructure maintainers. I think this one has been >brought up before, can't find any specific references now, though. No PR that I know of, but it was discussed. Add the following after the SUBDIR listings: .for dir in ${SUBDIR} .if exists(${.CURDIR}/${dir}/Makefile) SUBDIR_EXISTS += ${dir} .endif .endfor SUBDIR = ${SUBDIR_EXISTS} Can also be used for each category. I used it for a trimmed tree. Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve 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?4.3.2.20010629094249.02e54c90>