forked from Lainports/freebsd-ports
has been released. Split the documentation into a new port, sysutils/bacula-docs. You must run the database upgrade script after upgrading to Bacula 2.0.0 Many new features here. See http://www.bacula.org/?page=presskits for an overview, and ReleaseNotes for full details. PR: ports/107535 Submitted by: Dan Langille (maintainer)
11 lines
482 B
Text
11 lines
482 B
Text
--- scripts/Makefile.in.orig Tue Sep 12 12:03:08 2006
|
|
+++ scripts/Makefile.in Tue Sep 12 12:03:08 2006
|
|
@@ -33,8 +33,6 @@
|
|
$(MKDIR) $(DESTDIR)$(mandir)
|
|
|
|
install: installdirs
|
|
- $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(scriptdir)/startmysql
|
|
- $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(scriptdir)/stopmysql
|
|
$(INSTALL_SCRIPT) bconsole $(DESTDIR)$(scriptdir)/bconsole
|
|
$(INSTALL_SCRIPT) gconsole $(DESTDIR)$(scriptdir)/gconsole
|
|
$(INSTALL_SCRIPT) bacula $(DESTDIR)$(scriptdir)/bacula
|