pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 17 19:32:57 UTC 2023
Modified Files:
pkgsrc/mk/tools: tools.Darwin.mk
Log Message:
mk: Darwin: only define ftp tool if it exists
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/mk/tools/tools.Darwin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/tools/tools.Darwin.mk
diff -u pkgsrc/mk/tools/tools.Darwin.mk:1.62 pkgsrc/mk/tools/tools.Darwin.mk:1.63
--- pkgsrc/mk/tools/tools.Darwin.mk:1.62 Tue May 9 12:49:05 2023
+++ pkgsrc/mk/tools/tools.Darwin.mk Wed May 17 19:32:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.62 2023/05/09 12:49:05 adam Exp $
+# $NetBSD: tools.Darwin.mk,v 1.63 2023/05/17 19:32:57 wiz Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -44,7 +44,9 @@ TOOLS_PLATFORM.fgrep?= /usr/bin/fgrep
TOOLS_PLATFORM.file?= /usr/bin/file
TOOLS_PLATFORM.find?= /usr/bin/find
TOOLS_PLATFORM.flex?= /usr/bin/flex
+.if exists(/usr/bin/ftp)
TOOLS_PLATFORM.ftp?= /usr/bin/ftp
+.endif
TOOLS_PLATFORM.gerep?= /usr/bin/egrep
TOOLS_PLATFORM.gfrep?= /usr/bin/fgrep
TOOLS_PLATFORM.ggrep?= /usr/bin/grep
Home |
Main Index |
Thread Index |
Old Index