mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source software to backup, archive and restore files from all major operating systems. The fork was founded 2010 out of the bacula.org project. The fork has been actively developed and many new features have been added. WWW: http://www.bareos.org/
10 lines
539 B
Text
10 lines
539 B
Text
--- src/stored/Makefile.in 2015-07-25 16:28:12.065608000 -0500
|
|
+++ src/stored/Makefile.in 2015-07-25 16:28:34.672920000 -0500
|
|
@@ -243,7 +243,6 @@
|
|
$(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) bscan $(DESTDIR)$(sbindir)/bscan
|
|
$(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) btape $(DESTDIR)$(sbindir)/btape
|
|
@srcconf=bareos-sd.conf; \
|
|
- $(MKDIR) ${DESTDIR}${confdir}/bareos-sd.d/; \
|
|
if test -f ${DESTDIR}${confdir}/$$srcconf; then \
|
|
destconf=$$srcconf.new; \
|
|
echo " ==> Found existing $$srcconf, installing new conf file as $$destconf"; \
|