Skip to content

Commit d4b7328

Browse files
committed
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>
1 parent 9a2fb14 commit d4b7328

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ include shared.mak
9595
# and LDFLAGS appropriately.
9696
#
9797
# 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
99100
# link against any libraries installed there. If defined you may
100101
# specify your own (or DarwinPort's) include directories and
101102
# library directories by defining CFLAGS and LDFLAGS appropriately.

0 commit comments

Comments
 (0)