aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-12-22 14:57:48 +0900
committerJunio C Hamano <gitster@pobox.com>2025-12-22 14:57:48 +0900
commit448673412da4ee9887c1026c051598e45a300971 (patch)
treee4f2ea1095990bd7f3fd43f6e5e9fdc84cf55053 /Makefile
parent24a51fef5b86ce9fc26a59436fc0e3a33d149d0b (diff)
parentd4b732899e8b7571f2822b35e5cc7f55f6ce5e3d (diff)
downloadgit-448673412da4ee9887c1026c051598e45a300971.tar.xz
Merge branch 'jc/macports-darwinports'
Makefile in-comment doc update. * jc/macports-darwinports: Makefile: help macOS novices by mentioning MacPorts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf3f4b585f..809fd6b29a 100644
--- 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.