diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-08-14 20:00:36 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-08-14 20:00:36 +0000 |
commit | a0ca3434a253d454555aef1a17dea3abba1b08da (patch) | |
tree | 594ed3d401991156ad7b8ff99070b695a2029bba /sysutils/bacula-server/files/patch-scripts-Makefile.in | |
parent | - Update to 1.2.7 (diff) |
- Update to 3.0.2 [1]
- Fix whitespace in pkg-deinstall [2]
- Use %%PREFIX%% in pkg-message [2]
- Document that make_sqlite_tables needs to be run as bacula user [2]
PR: [1]: ports/137160
[2]: ports/133818
Submitted by: [1]: Dan Langille <dan@langille.org> (maintainer)
[2]: Kostas Voulgaris <voulgaris@ceid.upatras.gr>
Approved by: [2]: maintainer via IRC
Notes
Notes:
svn path=/head/; revision=239554
Diffstat (limited to 'sysutils/bacula-server/files/patch-scripts-Makefile.in')
-rw-r--r-- | sysutils/bacula-server/files/patch-scripts-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/bacula-server/files/patch-scripts-Makefile.in b/sysutils/bacula-server/files/patch-scripts-Makefile.in deleted file mode 100644 index 6c20bf26fe82..000000000000 --- a/sysutils/bacula-server/files/patch-scripts-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/Makefile.in.orig Tue Sep 12 12:03:08 2006 -+++ scripts/Makefile.in Tue Sep 12 12:03:08 2006 -@@ -139,8 +139,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 |