From owner-cvs-share Sun Jan 12 17:16:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA08622 for cvs-share-outgoing; Sun, 12 Jan 1997 17:16:31 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA08616; Sun, 12 Jan 1997 17:16:28 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id RAA04156; Sun, 12 Jan 1997 17:16:22 -0800 (PST) To: Paul Traina cc: Satoshi Asami , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/mk bsd.port.mk In-reply-to: Your message of "Sun, 12 Jan 1997 13:23:51 PST." <199701122123.NAA21960@precipice.shockwave.com> Date: Sun, 12 Jan 1997 17:16:22 -0800 Message-ID: <4153.853118182@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > (2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()" > to find the location of md5 an tar. Play similar trick for fetch > (OpenBSD uses /usr/bin/ftp which groks http: addresses). > > That would be nice to bring in to FreeBSD.... I was kind of thinking that myself. Then the evil fetch could die! :-) Jordan