freebsd-ports/net/grive/files/patch-grive_CMakeLists.txt
William Grzybowski ffdd97b0e6 Grive is an independent implementation of Google Drive client. It uses
the Google Document List API to talk to the servers in Google.

WWW: http://www.lbreda.com/grive/

PR:		ports/178025
Submitted by:	Key-Teck SIN <ktsin@acm.org>
Approved by:	culot (mentor)
2013-05-24 10:16:58 +00:00

8 lines
315 B
Text

--- grive/CMakeLists.txt.orig 2012-07-07 23:43:18.000000000 +0800
+++ grive/CMakeLists.txt 2013-04-21 23:34:38.000000000 +0800
@@ -27,4 +27,4 @@
)
install(TARGETS grive_executable RUNTIME DESTINATION bin)
-install(FILES doc/grive.1 DESTINATION share/man/man1 )
+install(FILES doc/grive.1 DESTINATION man/man1 )