diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-02 01:43:17 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-02 01:43:17 +0000 |
commit | f0ac79f1b9c072babb04f4d73bbeb9b92aa12cc7 (patch) | |
tree | b17167a2285dc6c3e580ef2089a88ebc38b52c80 /net/net-snmp4 | |
parent | Oops, changing PORTNAME may affect DISTNAME... (diff) |
Revert $PORTNAME change.
Notes
Notes:
svn path=/head/; revision=37900
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 7a3f2e7bb464..0d4d0507c864 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= net-snmp +PORTNAME= ucd-snmp PORTVERSION= 4.2 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -13,7 +13,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ MASTER_SITE_SUBDIR= net-snmp -DISTNAME= ucd-snmp-${PORTVERSION} MAINTAINER= billf@FreeBSD.org |