aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-11-13 05:29:04 +0800
committerantoine <antoine@FreeBSD.org>2013-11-13 05:29:04 +0800
commit10a2e91e4e609f5f198c37dc8ef14fe56c0e04ba (patch)
tree13d68bef2d7a7c108f9ba1ba4e36e2eeaaa5aeed /net-mgmt
parent0c0b146753d886c0ca85382e71b98ad3bc7869f9 (diff)
downloadfreebsd-ports-gnome-10a2e91e4e609f5f198c37dc8ef14fe56c0e04ba.tar.gz
freebsd-ports-gnome-10a2e91e4e609f5f198c37dc8ef14fe56c0e04ba.tar.zst
freebsd-ports-gnome-10a2e91e4e609f5f198c37dc8ef14fe56c0e04ba.zip
- Finish stage support
- Add LICENSE
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch/Makefile6
-rw-r--r--net-mgmt/arpwatch/pkg-plist2
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index f6f626044172..57271599d8c6 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -3,7 +3,7 @@
PORTNAME= arpwatch
PORTVERSION= 2.1.a15
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
${MASTER_SITE_GENTOO}
@@ -13,12 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/\1/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Monitor arp & rarp requests
+LICENSE= BSD
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
MAKE_ENV+= BINOWN="${BINOWN}" BINGRP="${BINGRP}"
INSTALL_TARGET= install install-man
-MAN8= arpwatch.8 arpsnmp.8
SUB_FILES= pkg-message
USE_RC_SUBR= arpwatch
@@ -41,6 +41,4 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${STAGEDIR}${PREFIX}/arpwatch
${INSTALL_SCRIPT} ${WRKSRC}/massagevendor ${STAGEDIR}${PREFIX}/arpwatch
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>
diff --git a/net-mgmt/arpwatch/pkg-plist b/net-mgmt/arpwatch/pkg-plist
index bca72e8d071f..91455458ac9a 100644
--- a/net-mgmt/arpwatch/pkg-plist
+++ b/net-mgmt/arpwatch/pkg-plist
@@ -6,6 +6,8 @@ arpwatch/ethercodes.dat
arpwatch/euppertolower.awk
arpwatch/massagevendor
arpwatch/p.awk
+man/man8/arpsnmp.8.gz
+man/man8/arpwatch.8.gz
sbin/arpsnmp
sbin/arpwatch
@unexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat