summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/choparp/Makefile7
-rw-r--r--net-mgmt/choparp/files/patch-Makefile14
-rw-r--r--net-mgmt/choparp/files/patch-ab11
3 files changed, 17 insertions, 15 deletions
diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile
index 96a9c7569694..ba32d1ae4991 100644
--- a/net-mgmt/choparp/Makefile
+++ b/net-mgmt/choparp/Makefile
@@ -10,11 +10,10 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple proxy arp daemon
+LICENSE= BSD3CLAUSE
+
USE_RC_SUBR= choparp
-MANCOMPRESSED= yes
-MAN8= choparp.8
-PLIST_FILES= sbin/choparp
+PLIST_FILES= sbin/choparp man/man8/choparp.8.gz
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/choparp/files/patch-Makefile b/net-mgmt/choparp/files/patch-Makefile
new file mode 100644
index 000000000000..a22f22b7a086
--- /dev/null
+++ b/net-mgmt/choparp/files/patch-Makefile
@@ -0,0 +1,14 @@
+--- /dev/null Tue Oct 7 23:33:35 1997
++++ Makefile Tue Oct 7 23:42:51 1997
+@@ -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>
diff --git a/net-mgmt/choparp/files/patch-ab b/net-mgmt/choparp/files/patch-ab
deleted file mode 100644
index 5cb299411e3b..000000000000
--- a/net-mgmt/choparp/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- /dev/null Tue Oct 7 23:33:35 1997
-+++ Makefile Tue Oct 7 23:42:51 1997
-@@ -0,0 +1,8 @@
-+PROG= choparp
-+MAN8= choparp.8
-+
-+DESTDIR=${PREFIX}
-+BINDIR= /sbin
-+MANDIR= /man/man
-+
-+.include <bsd.prog.mk>