freebsd-ports/devel/got/files/patch-got_Makefile
Christian Weisgerber 6765c120f2 devel/got: update to 0.67
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
2022-02-18 20:31:18 +00:00

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>