freebsd-ports/graphics/hugin/files/patch-doc_CMakeLists.txt

12 lines
404 B
Text
Raw Normal View History

--- doc/CMakeLists.txt.orig 2008-06-30 08:31:18.000000000 +0300
+++ doc/CMakeLists.txt 2008-06-30 08:31:40.000000000 +0300
@@ -3,7 +3,7 @@
INSTALL(FILES fulla.html DESTINATION doc)
INSTALL(FILES nona.txt DESTINATION doc)
ELSE (WIN32)
-INSTALL(FILES fulla.1 DESTINATION share/man/man1)
+INSTALL(FILES fulla.1 DESTINATION ${MANDIR}/man1)
INSTALL(FILES nona.txt DESTINATION share/hugin)
ENDIF(WIN32)