forked from Lainports/freebsd-ports
o) Take over maintainership in agreement with old maintainer, who don't use bacula anymore.
29 lines
821 B
Text
29 lines
821 B
Text
*** autoconf/Make.common.in.orig Thu May 8 14:40:44 2003
|
|
--- autoconf/Make.common.in Sat Oct 11 10:50:22 2003
|
|
***************
|
|
*** 24,29 ****
|
|
--- 24,30 ----
|
|
sysconfdir = @sysconfdir@
|
|
scriptdir = @scriptdir@
|
|
mandir = @mandir@/man1
|
|
+ datadir = @datadir@
|
|
manext = 1
|
|
|
|
# Tools & program stuff
|
|
***************
|
|
*** 43,49 ****
|
|
RANLIB = @RANLIB@
|
|
INSTALL = @INSTALL@
|
|
# add the -s to the following in PRODUCTION mode
|
|
! INSTALL_PROGRAM = @INSTALL@ -m 754
|
|
INSTALL_DATA = @INSTALL@ -m 644
|
|
INSTALL_SCRIPT = @INSTALL@ -m 754
|
|
INSTALL_CONFIG = @INSTALL@ -m 640
|
|
--- 44,50 ----
|
|
RANLIB = @RANLIB@
|
|
INSTALL = @INSTALL@
|
|
# add the -s to the following in PRODUCTION mode
|
|
! INSTALL_PROGRAM = @INSTALL@ -s -m 754
|
|
INSTALL_DATA = @INSTALL@ -m 644
|
|
INSTALL_SCRIPT = @INSTALL@ -m 754
|
|
INSTALL_CONFIG = @INSTALL@ -m 640
|