Makefile: help macOS novices by mentioning MacPorts

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>

Junio C Hamano committed Dec 11, 2025 at 11:53 UTC d4b732899e8b7571f2822b35e5cc7f55f6ce5e3d
1 file changed +2 -1
Makefile
+2 -1
@@ -95,7 +95,8 @@ include shared.mak
95 # and LDFLAGS appropriately.
96 #
97 # Define NO_DARWIN_PORTS if you are building on Darwin/Mac OS X,
98 -# have DarwinPorts installed in /opt/local, but don't want GIT to
98 +# have DarwinPorts (which is an old name for MacPorts) installed
99 +# in /opt/local, but don't want GIT to
100 # link against any libraries installed there. If defined you may
101 # specify your own (or DarwinPort's) include directories and
102 # library directories by defining CFLAGS and LDFLAGS appropriately.