aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-11-14 14:37:39 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-11-14 14:37:39 +0000
commitb25e0162cf179100d4d5b4e36597ea43387f5d7a (patch)
tree48d0a0aaa4a9bafed13e8b9ed0f8e9ebbd8f3bc5 /net-mgmt/arpwatch
parent6b537e5bae1581d32e76eb2f6d98f8ca613e3256 (diff)
downloadports-b25e0162cf179100d4d5b4e36597ea43387f5d7a.tar.gz
ports-b25e0162cf179100d4d5b4e36597ea43387f5d7a.zip
Notes
Diffstat (limited to 'net-mgmt/arpwatch')
-rw-r--r--net-mgmt/arpwatch/Makefile3
-rw-r--r--net-mgmt/arpwatch/files/patch-ab8
2 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index 1385f332ba0a..845b2a26ca52 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -7,7 +7,7 @@
PORTNAME= arpwatch
PORTVERSION= 2.1.a15
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
${MASTER_SITE_GENTOO}
@@ -19,6 +19,7 @@ COMMENT= Monitor arp & rarp requests
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --quiet --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+MAKE_ENV+= BINOWN="${BINOWN}" BINGRP="${BINGRP}"
INSTALL_TARGET= install install-man
MAN8= arpwatch.8 arpsnmp.8
diff --git a/net-mgmt/arpwatch/files/patch-ab b/net-mgmt/arpwatch/files/patch-ab
index 4928d0c9586f..e9e2f747c050 100644
--- a/net-mgmt/arpwatch/files/patch-ab
+++ b/net-mgmt/arpwatch/files/patch-ab
@@ -1,5 +1,5 @@
---- Makefile.in.orig Thu Jun 15 08:39:55 2000
-+++ Makefile.in Fri Feb 3 17:12:51 2006
+--- Makefile.in.orig Thu Jun 15 02:39:55 2000
++++ Makefile.in Tue Nov 14 15:28:00 2006
@@ -31,7 +31,7 @@
# Pathname of directory to install the man page
MANDEST = @mandir@
@@ -24,8 +24,8 @@
install: force
- $(INSTALL) -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST)
- $(INSTALL) -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST)
-+ $(INSTALL) -s -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST)
-+ $(INSTALL) -s -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST)
++ $(INSTALL) -s -m 555 -o $(BINOWN) -g $(BINGRP) arpwatch $(DESTDIR)$(BINDEST)
++ $(INSTALL) -s -m 555 -o $(BINOWN) -g $(BINGRP) arpsnmp $(DESTDIR)$(BINDEST)
install-man: force
$(INSTALL) -m 444 -o bin -g bin $(srcdir)/arpwatch.8 \