1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net-mgmt/choparp/files/patch-Makefile
Renato Botelho d81c437085 . Support STAGE
. Add LICENSE
. Fix patch filename
2014-03-26 12:08:10 +00:00

15 lines
299 B
Plaintext

--- /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>