Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2000 19:30:06 -0800 (PST)
From:      Dann Lunsford <dann@greycat.com>
To:        freebsd-ports@FreeBSD.org
Subject:   ports/22403
Message-ID:  <200011030330.TAA98893@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22403; it has been noted by GNATS.

From: Dann Lunsford <dann@greycat.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: ports/22403
Date: Thu, 2 Nov 2000 19:28:01 -0800

 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?200011030330.TAA98893>