aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2014-04-11 06:02:00 +0800
committerzi <zi@FreeBSD.org>2014-04-11 06:02:00 +0800
commit63f6e294d5f6b7e5d86971856efe5a326aa6ee21 (patch)
treefd093634305aff0b3f694d3ef073ec2f656c51b2 /net-mgmt
parent5c0a486b060fee2807d3830489838b8a2a85daa4 (diff)
downloadfreebsd-ports-gnome-63f6e294d5f6b7e5d86971856efe5a326aa6ee21.tar.gz
freebsd-ports-gnome-63f6e294d5f6b7e5d86971856efe5a326aa6ee21.tar.zst
freebsd-ports-gnome-63f6e294d5f6b7e5d86971856efe5a326aa6ee21.zip
- Fix another pkg-plist issue
- Bump PORTREVISION
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp/Makefile2
-rw-r--r--net-mgmt/net-snmp/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 21d8feaf54cd..9d0232304fdd 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= snmp
PORTVERSION= 5.7.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-mgmt ipv6
MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= net-
diff --git a/net-mgmt/net-snmp/pkg-plist b/net-mgmt/net-snmp/pkg-plist
index bc24507b1701..a050bafc5709 100644
--- a/net-mgmt/net-snmp/pkg-plist
+++ b/net-mgmt/net-snmp/pkg-plist
@@ -636,4 +636,4 @@ sbin/snmptrapd
@dirrm include/net-snmp/agent
@dirrm include/net-snmp
@exec mkdir -p /var/agentx
-@unexec rm -d /var/agentx 2>/dev/null || true
+@unexec rmdir /var/agentx 2>/dev/null || true