[Bucardo-general] Patch on Makefile.PM

Benjamin S. Allen bsa at lanl.gov
Sat Nov 22 21:35:11 UTC 2008


The patch below installs the Bucardo.pm perl module when make install is
run on FreeBSD. Otherwise just the man page and bucardo_ctl is installed.

diff --git a/Makefile.PL b/Makefile.PL
index 4817d07..2cbc3a0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,7 +23,7 @@ WriteMakefile(
                      'Sys::Syslog'         => '0.13',
                  },
     EXE_FILES    => ['bucardo_ctl'],
-    PM           => {'Bucardo.pm' => '$(INST_LIBDIR)/Bucardo.pm'},
+    PM           => {},
     ABSTRACT     => 'Postgres asynchronous multi-master replication system',
     AUTHOR       => 'Greg Sabino Mullane <greg at endpoint.com>',
     LICENSE      => 'BSD',


Regards,

Ben



More information about the Bucardo-general mailing list