mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
--- OS/Makefile-FreeBSD.orig 2009-11-14 21:13:45.000000000 +0300
|
|
+++ OS/Makefile-FreeBSD 2009-11-14 21:15:39.000000000 +0300
|
|
@@ -7,7 +7,7 @@
|
|
PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout
|
|
|
|
CHOWN_COMMAND=/usr/sbin/chown
|
|
-STRIP_COMMAND=/usr/bin/strip
|
|
+STRIP_COMMAND=/usr/bin/strip
|
|
CHMOD_COMMAND=/bin/chmod
|
|
|
|
HAVE_SA_LEN=YES
|