mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
17 lines
330 B
Text
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 ()
|