Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 1995 04:35:53 -0800
From:      Satoshi Asami <asami>
To:        CVS-commiters, cvs-share
Subject:   cvs commit: src/share/mk bsd.port.mk
Message-ID:  <199511261235.EAA04850@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511261235.EAA04850>