diff options
author | bms <bms@FreeBSD.org> | 2004-03-02 04:02:52 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-03-02 04:02:52 +0000 |
commit | db29a731a76e7d0dd7c50dd7185034a0bf817e6a (patch) | |
tree | dfd3aadd95c43d687afd1de1022f5b8ef49b0fad /net | |
parent | 30308714e2c3a9aa9bb8aecdf4424d600753b087 (diff) | |
download | FreeBSD-ports-db29a731a76e7d0dd7c50dd7185034a0bf817e6a.zip FreeBSD-ports-db29a731a76e7d0dd7c50dd7185034a0bf817e6a.tar.gz |
Update net-snmp paths to reflect port movements.
Submitted by: Boris Kovalenko (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/scripts/configure.quagga | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/quagga/scripts/configure.quagga b/net/quagga/scripts/configure.quagga index d3a25bd7..9384232 100644 --- a/net/quagga/scripts/configure.quagga +++ b/net/quagga/scripts/configure.quagga @@ -3,7 +3,7 @@ # configure - quagga compile time option configurator # by Bruce M Simpson <bms@FreeBSD.org> # -# $FreeBSD: /tmp/pcvs/ports/net/quagga/scripts/Attic/configure.quagga,v 1.3 2003-12-03 03:22:11 bms Exp $ +# $FreeBSD: /tmp/pcvs/ports/net/quagga/scripts/Attic/configure.quagga,v 1.4 2004-03-02 04:02:52 bms Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -71,9 +71,9 @@ while [ "$1" ]; do SNMP) echo 'CONFIGURE_ARGS+= --enable-snmp' if [ "x${WITH_SNMP_4}" != "x" ]; then - echo 'LIB_DEPENDS+=snmp.4:${PORTSDIR}/net/net-snmp4:install' + echo 'LIB_DEPENDS+=snmp.4:${PORTSDIR}/net-mgmt/net-snmp4:install' else - echo 'LIB_DEPENDS+=netsnmp.6:${PORTSDIR}/net/net-snmp:install' + echo 'LIB_DEPENDS+=netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp:install' fi ;; TCPSOCKETS) |