diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-08 15:16:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-08 15:16:53 +0000 |
commit | d565f90a4bf0922befd6490377ee57e1ff04e2a5 (patch) | |
tree | b3aadfd0afe36885a5f8afa46785edadfde4ae83 /databases/slony1v2/files/patch-tools-altperl-Makefile | |
parent | - Install sample configuration as nylon.conf.sample to prevent overwriting (diff) |
- Fix build on systems without Perl
- Fix rc script, it failed to background the daemon process
PR: ports/83067
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=138708
Diffstat (limited to 'databases/slony1v2/files/patch-tools-altperl-Makefile')
-rw-r--r-- | databases/slony1v2/files/patch-tools-altperl-Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/slony1v2/files/patch-tools-altperl-Makefile b/databases/slony1v2/files/patch-tools-altperl-Makefile new file mode 100644 index 000000000000..1a12e4e84876 --- /dev/null +++ b/databases/slony1v2/files/patch-tools-altperl-Makefile @@ -0,0 +1,19 @@ +--- tools/altperl/Makefile.dist Wed Jul 6 11:31:10 2005 ++++ tools/altperl/Makefile Wed Jul 6 11:31:45 2005 +@@ -13,6 +13,8 @@ + DISTFILES = Makefile ToDo README $(wildcard *.pl) $(wildcard *.pm) slon_tools.conf-sample + + all: ++ifdef toolsbin ++ + ifndef PERL + @echo "The altperl tools require that Perl be installed." + exit 1; +@@ -31,6 +33,7 @@ + $$file > $$tmpname; \ + chmod 755 $$tmpname; \ + done ++endif + + install: all installdirs + ifndef toolsbin |