1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

. Support STAGE

. Add LICENSE
. Fix patch filename
This commit is contained in:
Renato Botelho 2014-03-26 12:08:10 +00:00
parent 363d401a65
commit d81c437085
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349243
3 changed files with 17 additions and 15 deletions

View File

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

View File

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

View File

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