summaryrefslogtreecommitdiff
path: root/net/arpwatch/Makefile
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-11-21 22:11:43 +0000
committerBrian Somers <brian@FreeBSD.org>2000-11-21 22:11:43 +0000
commit6cab6773abfc2e48764575bd595b94fbe218c1a4 (patch)
tree2232d708e615a2809d0f4bb51bc63e7de8a143b3 /net/arpwatch/Makefile
parentUpdate to 3.7.3, and change the maintainer from (diff)
Upgrade to 2.1a10
Notes
Notes: svn path=/head/; revision=35321
Diffstat (limited to 'net/arpwatch/Makefile')
-rw-r--r--net/arpwatch/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile
index c1f97ba715e3..f83e389314bd 100644
--- a/net/arpwatch/Makefile
+++ b/net/arpwatch/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= arpwatch
-PORTVERSION= 2.1.a6
+PORTVERSION= 2.1.a10
CATEGORIES= net
MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \
- ftp://ftp.ee.lbl.gov/ \
- ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/
-DISTNAME= arpwatch-2.1a6
+ ftp://ftp.ee.lbl.gov/
+DISTNAME= arpwatch-2.1a10
MAINTAINER= brian@Awfulhak.org
@@ -23,8 +22,8 @@ MAN8= arpwatch.8 arpsnmp.8
post-install:
if [ ! -d ${PREFIX}/arpwatch ]; then \
${MKDIR} ${PREFIX}/arpwatch; \
- ${CHMOD} 775 ${PREFIX}/arpwatch; \
- ${CHOWN} root.operator ${PREFIX}/arpwatch; \
+ ${CHMOD} 775 ${PREFIX}/arpwatch; \
+ ${CHOWN} root.operator ${PREFIX}/arpwatch; \
fi
${TOUCH} ${PREFIX}/arpwatch/arp.dat
${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat