summaryrefslogtreecommitdiff
path: root/devel/got/files/patch-gotadmin_Makefile
blob: ad34cefb8344a2e77b25be0b4f8a216469b24460 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gotadmin/Makefile.orig	2022-07-03 11:08:45 UTC
+++ gotadmin/Makefile
@@ -25,8 +25,4 @@ DPADD = ${LIBZ} ${LIBUTIL}
 NOMAN = Yes
 .endif
 
-realinstall:
-	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
-	-m ${BINMODE} ${PROG} ${BINDIR}/${PROG}
-
 .include <bsd.prog.mk>