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:   nia
Date:           Sat Mar 29 16:05:56 UTC 2025

Modified Files:
        pkgsrc/mk/tools: tools.Haiku.mk

Log Message:
mk: Do not use removed ftp tool on Haiku.

ok maya


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mk/tools/tools.Haiku.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.Haiku.mk
diff -u pkgsrc/mk/tools/tools.Haiku.mk:1.16 pkgsrc/mk/tools/tools.Haiku.mk:1.17
--- pkgsrc/mk/tools/tools.Haiku.mk:1.16 Sun Feb  1 08:48:56 2015
+++ pkgsrc/mk/tools/tools.Haiku.mk      Sat Mar 29 16:05:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Haiku.mk,v 1.16 2015/02/01 08:48:56 obache Exp $
+# $NetBSD: tools.Haiku.mk,v 1.17 2025/03/29 16:05:56 nia Exp $
 #
 # System-supplied tools for the Haiku operating system.
 
@@ -43,7 +43,6 @@ TOOLS_PLATFORM.expr?=         /bin/expr
 TOOLS_PLATFORM.false?=         false                   # shell builtin
 TOOLS_PLATFORM.fgrep?=         /bin/fgrep
 TOOLS_PLATFORM.find?=          /bin/find
-TOOLS_PLATFORM.ftp?=           /bin/ftp
 TOOLS_PLATFORM.gawk?=          /bin/gawk
 .if exists(/bin/m4)
 TOOLS_PLATFORM.gm4?=           /bin/m4



Home | Main Index | Thread Index | Old Index