summaryrefslogtreecommitdiff
path: root/devel/got/files/patch-got_Makefile
blob: fe501a4835a533cb18ea6f2c1922e2eb54fa6c9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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>