diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-04 14:25:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-04 14:25:16 +0800 |
commit | 50ac35359ffbae0578809a64b3ce4f770dcd7707 (patch) | |
tree | 2fc98aabe2748d4cb3b492274b0b14bfff6e6dbe /net | |
parent | 752e6ae745bf001746d658e0ee0ad840577d242d (diff) | |
download | freebsd-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.
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 2 |
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 |