Index: head/net-mgmt/mbrowse/Makefile =================================================================== --- head/net-mgmt/mbrowse/Makefile (revision 383515) +++ head/net-mgmt/mbrowse/Makefile (revision 383516) @@ -1,23 +1,23 @@ # Created by: Mark Pulford # $FreeBSD$ PORTNAME= mbrowse PORTVERSION= 0.4.0 PORTREVISION= 3 CATEGORIES= net-mgmt -MASTER_SITES= SF/${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= eg@fbsd.lt COMMENT= SNMP MIB Browser for X LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes PLIST_FILES= bin/mbrowse USES= pkgconfig USE_GNOME= gtk20 CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net CPPFLAGS+= `net-snmp-config --cflags` LDFLAGS+= `net-snmp-config --libs` .include