diff --git a/usbutils/Portfile b/usbutils/Portfile
a
|
b
|
|
5 | 5 | |
6 | 6 | name usbutils |
7 | 7 | version 007 |
| 8 | revision 1 |
8 | 9 | categories net |
9 | 10 | platforms darwin |
10 | 11 | maintainers bwalle.de:bernhard |
… |
… |
|
26 | 27 | # Darwin linker has no "--as-needed" |
27 | 28 | build.args AM_LDFLAGS="" |
28 | 29 | |
| 30 | post-extract { |
| 31 | # download latest version of USB ID database |
| 32 | system "/usr/bin/curl -o ${worksrcpath}/usb.ids http://www.linux-usb.org/usb.ids" |
| 33 | } |
| 34 | |
29 | 35 | # since many usbutils programs only work on Linux, install the one we need |
30 | 36 | # ("lsusb" and the hardware database) manually |
31 | 37 | destroot { |