From owner-freebsd-commit Sun Nov 26 04:36:13 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04981 for freebsd-commit-outgoing; Sun, 26 Nov 1995 04:36:13 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04955 for cvs-all-outgoing; Sun, 26 Nov 1995 04:36:09 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04905 for cvs-share-outgoing; Sun, 26 Nov 1995 04:36:04 -0800 Received: (from asami@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA04850 ; Sun, 26 Nov 1995 04:35:53 -0800 Date: Sun, 26 Nov 1995 04:35:53 -0800 From: Satoshi Asami Message-Id: <199511261235.EAA04850@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 95/11/26 04:35:53 Modified: share/mk bsd.port.mk Log: Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable files too. Basically, if the name starts with a "/", it's tested with "test -e"; otherwise, it's tested with "witch -s". Reviewed by: the ports list (well at least nobody complained)