Date: Tue, 6 Jun 2000 01:20:05 -0700 (PDT) From: "Dmitry S. Sivachenko" <dima@Chg.RU> To: freebsd-ports@FreeBSD.org Subject: RE: ports/19051 , corrections Message-ID: <200006060820.BAA80900@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/19051; it has been noted by GNATS. From: "Dmitry S. Sivachenko" <dima@Chg.RU> To: freebsd-gnats-submit@freebsd.org Cc: Subject: RE: ports/19051 , corrections Date: Tue, 6 Jun 2000 12:18:02 +0400 (MSD) Whoops, I am sorry, please use this patch instead. --dima --- bsd.port.mk.old Tue Jun 6 11:50:29 2000 +++ bsd.port.mk Tue Jun 6 12:15:12 2000 @@ -2517,6 +2517,13 @@ done .endif +.if !target(fetchdepends) +fetchdepends: fetch + @for dir in $$(${CLEAN-DEPENDS-LIST}); do \ + (cd $$dir; ${MAKE} fetch); \ + done +.endif + # Dependency lists: build and runtime. Print out directory names. build-depends-list: 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?200006060820.BAA80900>