mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
Convert to options helpers Install everything with BSD_INSTALL_* instead of cp to set correct permissions and strip binaries Pet portlint and stage-qa PR: 213490 [1] Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us> [1]
8 lines
160 B
Text
8 lines
160 B
Text
--- wr_tool.orig 2008-08-29 12:58:03 UTC
|
|
+++ wr_tool
|
|
@@ -6,4 +6,4 @@ cat > $wr <<END
|
|
UNAME=.; export UNAME
|
|
exec $cmd "\$@"
|
|
END
|
|
-chmod 755 $wr
|
|
+chmod 555 $wr
|