Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 1997 14:50:48 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        Bill Fenner <fenner@parc.xerox.com>
Cc:        asami@cs.berkeley.edu (Satoshi Asami), ports@freebsd.org
Subject:   Re: cvs commit: ports/devel/gmake/patches patch-aa 
Message-ID:  <97Jun13.145053pdt.177512@crevenia.parc.xerox.com>
In-Reply-To: Your message of "Fri, 13 Jun 97 14:34:58 PDT." <97Jun13.143458pdt.177512@crevenia.parc.xerox.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Bill Fenner <fenner@parc.xerox.com> wrote:
>.for infofile in ${INFO}
>	@echo info/${infofile}
>.endfor

Of course, ports don't tend to run makeinfo --no-split like bsd.info.mk
does, so this will have to get a little more complex (perhaps
cd ${PREFIX}; for i in info/${infofile}*; do; echo $i; done), which
then makes this depend on "make install".  I guess it's starting to
get complicated =)

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?97Jun13.145053pdt.177512>