diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-12-22 14:57:48 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-22 14:57:48 +0900 |
| commit | 448673412da4ee9887c1026c051598e45a300971 (patch) | |
| tree | e4f2ea1095990bd7f3fd43f6e5e9fdc84cf55053 /Makefile | |
| parent | 24a51fef5b86ce9fc26a59436fc0e3a33d149d0b (diff) | |
| parent | d4b732899e8b7571f2822b35e5cc7f55f6ce5e3d (diff) | |
| download | git-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
