ports/sysutils/bacula-server/files/patch-autoconf-Make.common.in
Dmitry Sivachenko 956d8e2c64 Update to version 1.30.
PR:		51969
Submitted by:	Dan Langille <dan@langille.org>
2003-05-08 15:52:17 +00:00

19 lines
546 B
Text

--- autoconf/Make.common.in Sat Mar 29 13:25:04 2003
+++ autoconf/Make.common.in Thu May 8 07:18:26 2003
@@ -31,6 +31,7 @@
sysconfdir = @sysconfdir@
scriptdir = @scriptdir@
mandir = @mandir@/man1
+datadir = @datadir@
manext = 1
# Tools & program stuff
@@ -50,7 +51,7 @@
RANLIB = @RANLIB@
INSTALL = @INSTALL@
# add the -s to the following in PRODUCTION mode
-INSTALL_PROGRAM = @INSTALL@ -m 754
+INSTALL_PROGRAM = @INSTALL@ -s -m 754
INSTALL_DATA = @INSTALL@ -m 644
INSTALL_SCRIPT = @INSTALL@ -m 754
INSTALL_CONFIG = @INSTALL@ -m 640