mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
11 lines
491 B
Text
11 lines
491 B
Text
--- Makefile.in.orig 2012-09-14 18:34:40.000000000 +0400
|
|
+++ Makefile.in 2011-07-16 15:50:53.000000000 +0400
|
|
@@ -251,7 +251,7 @@
|
|
INSTALL_KWALLET_LIB = $(INSTALL_LIB)
|
|
INSTALL_NEON_LIB = $(INSTALL_LIB)
|
|
INSTALL_SERF_LIB = $(INSTALL_LIB)
|
|
-INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL)
|
|
+INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -s
|
|
INSTALL_CONTRIB = $(LIBTOOL) --mode=install $(INSTALL)
|
|
INSTALL_TOOLS = $(LIBTOOL) --mode=install $(INSTALL)
|
|
INSTALL_INCLUDE = $(INSTALL) -m 644
|