diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 12:55:20 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 12:55:20 +0800 |
commit | 704d84b6fabfc968d3b0af4ca34b93618684bc45 (patch) | |
tree | 9f3a906db3f1e5e3b6e33fcbc7e0460c9289a632 /sysutils/bareos-server/files/patch-src-stored-Makefile.in | |
parent | a6dce400eef94621d1f222d65d6ec15bcaf4f00f (diff) | |
download | freebsd-ports-gnome-704d84b6fabfc968d3b0af4ca34b93618684bc45.tar.gz freebsd-ports-gnome-704d84b6fabfc968d3b0af4ca34b93618684bc45.tar.zst freebsd-ports-gnome-704d84b6fabfc968d3b0af4ca34b93618684bc45.zip |
- New ports : sysutils/bareos-*
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/
Diffstat (limited to 'sysutils/bareos-server/files/patch-src-stored-Makefile.in')
-rw-r--r-- | sysutils/bareos-server/files/patch-src-stored-Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/bareos-server/files/patch-src-stored-Makefile.in b/sysutils/bareos-server/files/patch-src-stored-Makefile.in new file mode 100644 index 000000000000..b57961a14e8a --- /dev/null +++ b/sysutils/bareos-server/files/patch-src-stored-Makefile.in @@ -0,0 +1,10 @@ +--- 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"; \ |