aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-02-04 14:25:16 +0800
committermarcus <marcus@FreeBSD.org>2006-02-04 14:25:16 +0800
commit50ac35359ffbae0578809a64b3ce4f770dcd7707 (patch)
tree2fc98aabe2748d4cb3b492274b0b14bfff6e6dbe
parent752e6ae745bf001746d658e0ee0ad840577d242d (diff)
downloadfreebsd-ports-gnome-50ac35359ffbae0578809a64b3ce4f770dcd7707.tar.gz
freebsd-ports-gnome-50ac35359ffbae0578809a64b3ce4f770dcd7707.tar.zst
freebsd-ports-gnome-50ac35359ffbae0578809a64b3ce4f770dcd7707.zip
Set MIBDIRS to /dev/null to prevent a mysterious .index file from showing up
in the net-snmp mibs directory during build.
-rw-r--r--net/ethereal/Makefile2
-rw-r--r--net/wireshark/Makefile2
2 files changed, 4 insertions, 0 deletions
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