mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
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
20 lines
502 B
Text
20 lines
502 B
Text
--- Makefile.orig 2020-06-14 14:27:43 UTC
|
|
+++ Makefile
|
|
@@ -31,9 +31,6 @@ install-doc:
|
|
cd doc $(AND) $(MAKE) install
|
|
|
|
install-license:
|
|
- $(MKINSTALLDIRS) $(licensedir)
|
|
- $(CP) COPYING $(licensedir)
|
|
- $(CHMOD) 0644 $(licensedir)/COPYING
|
|
|
|
install-pkgconfig:
|
|
$(MKINSTALLDIRS) $(prefix)/libdata/pkgconfig
|
|
@@ -64,7 +61,6 @@ uninstall-doc:
|
|
cd doc $(AND) $(MAKE) uninstall
|
|
|
|
uninstall-license:
|
|
- $(RMTREE) $(licensedir)
|
|
|
|
uninstall-pkgconfig:
|
|
$(RM) $(prefix)/libdata/pkgconfig/$(SQLRELAY)-c.pc \
|