forked from Lainports/freebsd-ports
User-visible changes: - show rebase and histedit backups in tog ref view - make 'got rm' behave like rm(1) for paths found missing on disk - make 'got rm' report an "unexpected status" error for unversioned files - fix 'got status' showing unversioned directories on NFS - fix infinite loop triggered by pack files >= 4GB in size - fix 'got diff' on files which match an ignore pattern - display GMT offset in 'got cat' command
11 lines
270 B
Text
11 lines
270 B
Text
--- got/Makefile.orig 2022-01-19 10:29:31 UTC
|
|
+++ got/Makefile
|
|
@@ -30,8 +30,4 @@ DPADD = ${LIBZ} ${LIBUTIL}
|
|
NOMAN = Yes
|
|
.endif
|
|
|
|
-realinstall:
|
|
- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
|
|
- -m ${BINMODE} ${PROG} ${BINDIR}/${PROG}
|
|
-
|
|
.include <bsd.prog.mk>
|