summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files/patch-Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-06-14 14:51:20 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-06-14 14:51:20 +0000
commitd6438c38dd262e6018b5dec672567e3c7169409b (patch)
tree67ee01e476f190477ba37d7ad638bbf57de0a2c9 /databases/sqlrelay/files/patch-Makefile
parentdevel/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-Makefile')
-rw-r--r--databases/sqlrelay/files/patch-Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlrelay/files/patch-Makefile b/databases/sqlrelay/files/patch-Makefile
index 1647709438ec..b935140678f3 100644
--- a/databases/sqlrelay/files/patch-Makefile
+++ b/databases/sqlrelay/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2016-01-17 07:20:04 UTC
+--- Makefile.orig 2020-06-14 14:27:43 UTC
+++ Makefile
-@@ -30,9 +30,6 @@ install-doc:
+@@ -31,9 +31,6 @@ install-doc:
cd doc $(AND) $(MAKE) install
install-license:
@@ -9,12 +9,12 @@
- $(CHMOD) 0644 $(licensedir)/COPYING
install-pkgconfig:
- $(MKINSTALLDIRS) $(libdir)/pkgconfig
-@@ -63,7 +60,6 @@ uninstall-doc:
+ $(MKINSTALLDIRS) $(prefix)/libdata/pkgconfig
+@@ -64,7 +61,6 @@ uninstall-doc:
cd doc $(AND) $(MAKE) uninstall
uninstall-license:
- $(RMTREE) $(licensedir)
uninstall-pkgconfig:
- $(RM) $(libdir)/pkgconfig/$(SQLRELAY)-c.pc \
+ $(RM) $(prefix)/libdata/pkgconfig/$(SQLRELAY)-c.pc \