aboutsummaryrefslogtreecommitdiff
path: root/databases/opendbviewer/files
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-09-20 11:19:13 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-09-20 11:19:13 +0000
commitf2b1b95427ccb0f54db1c749520edee6546d2879 (patch)
tree711da4215907f4a7f20d94996fde1daa8bf0375d /databases/opendbviewer/files
parent36ffaec475dd0c286513be91a7da86a2d3394219 (diff)
downloadports-f2b1b95427ccb0f54db1c749520edee6546d2879.tar.gz
ports-f2b1b95427ccb0f54db1c749520edee6546d2879.zip
New port: databases/opendbviewer
OpenDBViewer is a simple database explorer for SQLite, MySQL, and PostgreSQL databases. It contains: - SQL syntax highlightings - Multi database, table, and worksheet view - Big database loading - Open SQLite table directly with drag'n drop - History of last connection - Edit database directly from the table view WWW: https://github.com/Jet1oeil/opendbviewer PR: 231473 Submitted by: lbartoletti@tuxfamily.org (based on)
Notes
Notes: svn path=/head/; revision=480165
Diffstat (limited to 'databases/opendbviewer/files')
-rw-r--r--databases/opendbviewer/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/opendbviewer/files/patch-CMakeLists.txt b/databases/opendbviewer/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..465de7e5dbb2
--- /dev/null
+++ b/databases/opendbviewer/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2018-09-19 13:46:09 UTC
++++ CMakeLists.txt
+@@ -58,7 +58,7 @@ elseif(APPLE)
+ else(WIN32)
+ set(INSTALL_PATH_BIN "bin/")
+ set(INSTALL_PATH_SHARE "share/${APPLICATION_PACKAGE_NAME}")
+- set(INSTALL_PATH_DOC "share/${APPLICATION_PACKAGE_NAME}/doc")
++ set(INSTALL_PATH_DOC "share/doc/${APPLICATION_PACKAGE_NAME}")
+ set(INSTALL_PATH_APPLICATIONS "share/applications")
+ set(INSTALL_PATH_ICONS "share/icons/")
+ endif(WIN32)