Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2000 12:31:35 -0800
From:      Dann Lunsford <dann@greycat.com>
To:        ports@freebsd.org
Subject:   ports/22403
Message-ID:  <20001031123135.A95531@greycat.com>

next in thread | raw e-mail | index | archive | help
I'd like to shred this PR, but I guess I can't.  The proposed 
fix was a gawdawful POS; I think the chemo is affecting what's 
left of my brain :-/.  Anyway, the following is *much* better;
kudos to Jeff Mountin and James Housley.  

----------------------------------------------------------------
--- Makefile    Tue Sep 26 19:08:53 2000
+++ Makefile.fixed      Tue Oct 31 09:39:15 2000
@@ -49,6 +49,13 @@
 SUBDIR += x11-toolkits
 SUBDIR += x11-wm
 
+.for dir in ${SUBDIR}
+.if exists(${.CURDIR}/${dir}/Makefile)
+SUBDIR_EXISTS += ${dir}
+.endif
+.endfor
+SUBDIR = ${SUBDIR_EXISTS}
+
 PORTSTOP=      yes
 
 .include <bsd.port.subdir.mk>

----------------------------------------------------------------

-- 
Dann Lunsford       The only thing necessary for the triumph of evil
dann@greycat.com    is that men of good will do nothing.  --  Cicero


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?20001031123135.A95531>