mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
- The 3.x line of bacula does not work with 2.x so these ports exist for those who can not upgrade to 3.x. Besides security/infrastructure fixes this port is not likely to see any functional upgrades. - The bacula-*-devel ports will be updated to a 3.1 release when it is available. PR: ports/135580 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Approved by: dvl (old maintainer) Thanks to: miwi for build-testing
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
|