openbsd-ports/graphics/drawpile/patches/patch-doc_CMakeLists_txt
bcallah 60f5d2ee10 Import graphics/drawpile, a collaborative drawing program
ok rsadowski@

Drawpile is a Free/Libre networked drawing program that allows multiple
people to sketch on the same image simultaneously. It supports the
OpenRaster image file format and thus works well with applications such
as MyPaint, Krita and GIMP.
2017-12-29 22:41:06 +00:00

16 lines
352 B
Plaintext

$OpenBSD: patch-doc_CMakeLists_txt,v 1.1.1.1 2017/12/29 22:41:06 bcallah Exp $
Install manual page to the correct location.
Index: doc/CMakeLists.txt
--- doc/CMakeLists.txt.orig
+++ doc/CMakeLists.txt
@@ -20,6 +20,6 @@ if (UNIX AND NOT APPLE)
)
INSTALL (
FILES ${man1}
- DESTINATION "share/man/man1"
+ DESTINATION "man/man1"
)
endif ()