mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
User-visible changes: - add a gotadmin utility with info, pack, indexpack, and listpack commands - do not update symlinks which are already up-to-date - fix 3-way merge of files which lack a final \n - avoid an error in tog(1) while the terminal window is being resized - catch invalid reference names passed to 'got ref -l' - fix unrelated changes being merged by got cherrypick/backout/rebase/histedit - new -I option for 'got status' to show files which match an ignore pattern
13 lines
352 B
Text
13 lines
352 B
Text
--- gotadmin/Makefile.orig 2021-06-22 19:37:49 UTC
|
|
+++ gotadmin/Makefile
|
|
@@ -24,10 +24,6 @@ DPADD = ${LIBZ} ${LIBUTIL}
|
|
NOMAN = Yes
|
|
.endif
|
|
|
|
-realinstall:
|
|
- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
|
|
- -m ${BINMODE} ${PROG} ${BINDIR}/${PROG}
|
|
-
|
|
dist:
|
|
mkdir ../got-${GOT_VERSION}/${PROG}
|
|
cp ${SRCS} ${MAN} ../got-${GOT_VERSION}/${PROG}
|