graphics/ogre3d: regen plist after doxygen update (+)
While here, teach OGRE to follow hier(7) for docs placement MFH: 2022Q1 Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
bc0e8a774f
commit
7b89379338
3 changed files with 13420 additions and 13235 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= ogre3d
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.11.6
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
|
|
11
graphics/ogre3d/files/patch-Docs_CMakeLists.txt
Normal file
11
graphics/ogre3d/files/patch-Docs_CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Docs/CMakeLists.txt.orig 2019-04-24 16:21:46 UTC
|
||||
+++ Docs/CMakeLists.txt
|
||||
@@ -16,7 +16,7 @@
|
||||
if (WIN32 OR APPLE)
|
||||
set(OGRE_DOCS_PATH "Docs")
|
||||
elseif (UNIX)
|
||||
- set(OGRE_DOCS_PATH "share/OGRE/docs")
|
||||
+ set(OGRE_DOCS_PATH "share/doc/ogre3d")
|
||||
endif ()
|
||||
|
||||
# Build and install API documentation if doxygen is available
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue