freebsd-ports/graphics/hugin/files/patch-doc_CMakeLists.txt
Vasil Dimov 58c9262b54 Upgrade graphics/hugin from 0.7_beta4 to 0.7.r3135 (SVN revision 3135).
This version is not archived by the authors, so this is a
snapshot of the SVN repository as of revision 3135.

The archive is put on the freebsd.org cluster.
2008-07-01 14:47:01 +00:00

11 lines
404 B
Text

--- 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)