From 50ac35359ffbae0578809a64b3ce4f770dcd7707 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 4 Feb 2006 06:25:16 +0000 Subject: Set MIBDIRS to /dev/null to prevent a mysterious .index file from showing up in the net-snmp mibs directory during build. --- net/ethereal/Makefile | 2 ++ net/wireshark/Makefile | 2 ++ 2 files changed, 4 insertions(+) (limited to 'net') diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index b5d3633b4056..fda8ab5b162c 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -20,7 +20,9 @@ USE_ICONV= yes #USE_BZIP2= yes USE_GNOME= gnometarget WANT_GNOME= yes +CONFIGURE_ENV= MIBDIRS="/dev/null" CONFIGURE_ARGS+= --program-transform-name="" +MAKE_ENV= MIBDIRS="/dev/null" INSTALLS_SHLIB= yes .for x in capinfos editcap idl2eth mergecap text2pcap diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b5d3633b4056..fda8ab5b162c 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -20,7 +20,9 @@ USE_ICONV= yes #USE_BZIP2= yes USE_GNOME= gnometarget WANT_GNOME= yes +CONFIGURE_ENV= MIBDIRS="/dev/null" CONFIGURE_ARGS+= --program-transform-name="" +MAKE_ENV= MIBDIRS="/dev/null" INSTALLS_SHLIB= yes .for x in capinfos editcap idl2eth mergecap text2pcap -- cgit