summaryrefslogtreecommitdiff
path: root/devel/got/files/patch-tog_Makefile
blob: d95ee00e9d7a6bdde29fae18f1b35b83ca4a0b26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tog/Makefile.orig	2020-11-10 22:54:37 UTC
+++ tog/Makefile
@@ -28,8 +28,4 @@ DPADD = ${LIBZ} ${LIBUTIL}
 NOMAN = Yes
 .endif
 
-realinstall:
-	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
-	-m ${BINMODE} ${PROG} ${BINDIR}/${PROG}
-
 .include <bsd.prog.mk>