diff options
Diffstat (limited to 'gis/proj/fix_mandir.patch')
-rw-r--r-- | gis/proj/fix_mandir.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gis/proj/fix_mandir.patch b/gis/proj/fix_mandir.patch deleted file mode 100644 index 3922915d51a04..0000000000000 --- a/gis/proj/fix_mandir.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -Naur proj-9.0.0/man/CMakeLists.txt proj-9.0.0-new/man/CMakeLists.txt ---- proj-9.0.0/man/CMakeLists.txt 2022-02-23 18:51:04.000000000 +0000 -+++ proj-9.0.0-new/man/CMakeLists.txt 2022-03-02 16:22:14.979350892 +0000 -@@ -6,4 +6,4 @@ - man1/gie.1 - man1/projinfo.1 - man1/projsync.1 -- DESTINATION share/man/man1) -+ DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) |