1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Fix another pkg-plist issue

- Bump PORTREVISION
This commit is contained in:
Ryan Steinmetz 2014-04-10 22:02:00 +00:00
parent 49f85ed3aa
commit ddc608e001
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350862
2 changed files with 2 additions and 2 deletions

View File

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

View File

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