diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-06-14 14:51:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-06-14 14:51:20 +0000 |
commit | d6438c38dd262e6018b5dec672567e3c7169409b (patch) | |
tree | 67ee01e476f190477ba37d7ad638bbf57de0a2c9 /databases/sqlrelay/files/patch-etc_Makefile | |
parent | devel/py-launchpadlib: Update to 1.10.13 (diff) |
devel/rudiments: upgrade 1.1.0 -> 1.2.2
databases/sqlrelay: upgrade 1.4.0 -> 1.7.0
http://software.firstworks.com/2019/03/rudiments-120-release-announcement.html
http://software.firstworks.com/2019/08/rudiments-121-release-announcement.html
http://software.firstworks.com/2020/01/rudiments-122-release-announcement.html
http://software.firstworks.com/2019/03/sql-relay-150-release-announcement.html
http://software.firstworks.com/2019/04/sql-relay-151-release-announcement.html
http://software.firstworks.com/2019/08/sql-relay-160-release-announcement.html
http://software.firstworks.com/2020/01/sql-relay-170-release-announcement.html
Notes
Notes:
svn path=/head/; revision=538808
Diffstat (limited to 'databases/sqlrelay/files/patch-etc_Makefile')
-rw-r--r-- | databases/sqlrelay/files/patch-etc_Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlrelay/files/patch-etc_Makefile b/databases/sqlrelay/files/patch-etc_Makefile index d816ee4de7ef..6ef120cc6188 100644 --- a/databases/sqlrelay/files/patch-etc_Makefile +++ b/databases/sqlrelay/files/patch-etc_Makefile @@ -1,16 +1,16 @@ ---- etc/Makefile.orig 2016-01-28 19:28:21 UTC +--- etc/Makefile.orig 2020-06-14 14:27:43 UTC +++ etc/Makefile -@@ -3,12 +3,13 @@ top_builddir = .. +@@ -3,12 +3,14 @@ top_builddir = .. include ../config.mk install: - $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY).conf.d - $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY).xsd - $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY).xsd -- $(MKINSTALLDIRS) $(EXAMPLEDIR) ++ $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY) + $(MKINSTALLDIRS) $(EXAMPLEDIR) - $(CP) sqlrelay.conf $(EXAMPLEDIR)/$(SQLRELAY).conf - $(CHMOD) 644 $(EXAMPLEDIR)/$(SQLRELAY).conf -+ $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY) + $(CP) sqlrelay.conf $(sysconfdir)/$(SQLRELAY)/conf.sample + $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY)/conf.sample + $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY)/ |