mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
- Add a patch to prevent install suid executable and message about it. PR: ports/112754 Submitted by: Ighighi <ighighi@gmail.com>, Cristian KLEIN <cristi@net.utcluj.ro>
11 lines
230 B
Text
11 lines
230 B
Text
--- Makefile.orig 2007-08-04 13:17:07.000000000 +0400
|
|
+++ Makefile 2007-08-04 13:17:14.000000000 +0400
|
|
@@ -5,7 +5,7 @@
|
|
PROG= eject
|
|
|
|
BINOWN= root
|
|
-BINMODE= 4555
|
|
+BINMODE= 555
|
|
BINDIR= ${PREFIX}/sbin
|
|
|
|
MANDIR= ${PREFIX}/man/man
|