mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
math/qhull: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
4ac41c30a3
commit
b876753fbf
@ -1,6 +1,6 @@
|
||||
PORTNAME= qhull
|
||||
DISTVERSION= 8.0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.qhull.org/download/
|
||||
|
@ -1,16 +1,7 @@
|
||||
Install docs into share/doc/ rather than include/
|
||||
|
||||
--- CMakeLists.txt.orig 2021-09-27 03:45:38 UTC
|
||||
--- CMakeLists.txt.orig 2020-09-04 01:23:31 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -128,7 +128,7 @@ else()
|
||||
endif()
|
||||
if(MAN_INSTALL_DIR)
|
||||
else()
|
||||
- set(MAN_INSTALL_DIR share/man/man1)
|
||||
+ set(MAN_INSTALL_DIR man/man1)
|
||||
endif()
|
||||
if(DOC_INSTALL_DIR)
|
||||
else()
|
||||
@@ -737,7 +737,7 @@ foreach(pkgconfig IN ITEMS "${qhull_SHAREDR};Qhull ree
|
||||
if(LIBRARY_NAME STREQUAL "libqhull")
|
||||
set(LIBRARY_NAME "qhull")
|
||||
|
@ -67,5 +67,5 @@ libdata/pkgconfig/qhull_r.pc
|
||||
libdata/pkgconfig/qhullcpp.pc
|
||||
libdata/pkgconfig/qhullstatic.pc
|
||||
libdata/pkgconfig/qhullstatic_r.pc
|
||||
man/man1/qhull.1.gz
|
||||
man/man1/rbox.1.gz
|
||||
share/man/man1/qhull.1.gz
|
||||
share/man/man1/rbox.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user