mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
377f5c8f06
It's capable of accurate measuring of traffic. PR: ports/53671 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
--- crude/Makefile.in.orig Tue Jun 24 11:26:39 2003
|
|
+++ crude/Makefile.in Tue Jun 24 11:26:57 2003
|
|
@@ -19,7 +19,7 @@
|
|
sbindir = @sbindir@
|
|
srcdir = @srcdir@
|
|
|
|
-INSTALL = @INSTALL@ -o root -g root -m 0755
|
|
+INSTALL = @INSTALL@ -o root -g wheel -m 0755
|
|
VPATH = @srcdir@
|
|
|
|
CC = @CC@
|