]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Makefile: help macOS novices by mentioning MacPorts
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Dec 2025 02:53:07 +0000 (11:53 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Dec 2025 02:19:43 +0000 (11:19 +0900)
Since Aug 2006, the DarwinPorts project renamed themselves as
MacPorts.  Those who are not intimately familiar with the Opensource
ecosystem around macOS from olden days, the name DarwinPorts may not
ring a bell, even when they are using MacPorts.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Reviewed-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 7e0f77e2988e3b101dbf008a11b35cd0780d1aef..be027218a5d29d949f86ce01ce1b1a532eff99f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,8 @@ include shared.mak
 # and LDFLAGS appropriately.
 #
 # Define NO_DARWIN_PORTS if you are building on Darwin/Mac OS X,
-# have DarwinPorts installed in /opt/local, but don't want GIT to
+# have DarwinPorts (which is an old name for MacPorts) installed
+# in /opt/local, but don't want GIT to
 # link against any libraries installed there.  If defined you may
 # specify your own (or DarwinPort's) include directories and
 # library directories by defining CFLAGS and LDFLAGS appropriately.