ports/graphics/drawpile/files/patch-doc_CMakeLists.txt
Yuri Victorovich 1c5e23607e graphics/drawpile: Update 2.1.0 -> 2.1.1
Reported by:	portscout
2019-02-18 10:29:55 +00:00

17 lines
330 B
Text

--- doc/CMakeLists.txt.orig 2019-02-18 10:23:08 UTC
+++ doc/CMakeLists.txt
@@ -1,6 +1,5 @@
SET(base_files
../ChangeLog
- ../COPYING
../README.md
openraster.txt
textloader.md
@@ -20,6 +20,6 @@ if (UNIX AND NOT APPLE)
)
INSTALL (
FILES ${man1}
- DESTINATION "share/man/man1"
+ DESTINATION man/man1
)
endif ()