summaryrefslogtreecommitdiff
path: root/net-mgmt/choparp/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/choparp/files/patch-Makefile')
-rw-r--r--net-mgmt/choparp/files/patch-Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/choparp/files/patch-Makefile b/net-mgmt/choparp/files/patch-Makefile
deleted file mode 100644
index 4b605bc8368b..000000000000
--- a/net-mgmt/choparp/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig 2015-06-07 13:12:33 UTC
-+++ Makefile
-@@ -0,0 +1,11 @@
-+PROG= choparp
-+MAN8= choparp.8
-+
-+BINOWN!= /usr/bin/id -n -u
-+BINGRP!= /usr/bin/id -n -g
-+MANOWN= ${BINOWN}
-+MANGRP= ${BINGRP}
-+BINDIR= ${PREFIX}/sbin
-+MANDIR= ${PREFIX}/man/man
-+
-+.include <bsd.prog.mk>