mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
TI-91: Fix compilation on DragonFly
Needs an update to src/libshared as well.
This commit is contained in:
parent
0dea44594e
commit
963d4ac7ae
5 changed files with 9 additions and 3 deletions
|
@ -27,13 +27,13 @@ set (PACKAGE_TARNAME "${PACKAGE}")
|
|||
set (PACKAGE_VERSION "${VERSION}")
|
||||
set (PACKAGE_STRING "${PACKAGE} ${VERSION}")
|
||||
|
||||
if (FREEBSD)
|
||||
if (FREEBSD OR DRAGONFLY)
|
||||
SET (TIMEW_MAN1DIR man/man1 CACHE STRING "Installation directory for man pages, section 1")
|
||||
SET (TIMEW_MAN5DIR man/man5 CACHE STRING "Installation directory for man pages, section 5")
|
||||
else (FREEBSD)
|
||||
else (FREEBSD OR DRAGONFLY)
|
||||
SET (TIMEW_MAN1DIR share/man/man1 CACHE STRING "Installation directory for man pages, section 1")
|
||||
SET (TIMEW_MAN5DIR share/man/man5 CACHE STRING "Installation directory for man pages, section 5")
|
||||
endif (FREEBSD)
|
||||
endif (FREEBSD OR DRAGONFLY)
|
||||
SET (TIMEW_DOCDIR share/doc/timew CACHE STRING "Installation directory for doc files")
|
||||
|
||||
message ("-- Configuring cmake.h")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue