mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
The ipgen utility is a high-performance L2/L3 packet traffic generator based on netmap with RFC 2544 benchmarking methodology and an interactive user interface to show throughput and frame loss rate.
10 lines
411 B
Text
10 lines
411 B
Text
--- htdocs/GNUmakefile.orig 2024-05-27 06:59:46 UTC
|
|
+++ htdocs/GNUmakefile
|
|
@@ -12,5 +12,5 @@ install:
|
|
depend:
|
|
|
|
install:
|
|
- install -o root -g wheel -m 755 -d ${DESTDIR}${PREFIX}/share/ipgen/htdocs
|
|
- install -o root -g wheel -m 444 ${FILES} ${DESTDIR}${PREFIX}/share/ipgen/htdocs
|
|
+ ${BSD_INSTALL_DIR} ${DESTDIR}${PREFIX}/share/ipgen/htdocs
|
|
+ ${BSD_INSTALL_DATA} ${FILES} ${DESTDIR}${PREFIX}/share/ipgen/htdocs
|