mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/tasksh: Moved man to share/man
This commit is contained in:
parent
314d999ae0
commit
3e67d1cdcb
3 changed files with 16 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= tasksh
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://taskwarrior.org/download/
|
||||
|
||||
|
|
14
deskutils/tasksh/files/patch-CMakeLists.txt
Normal file
14
deskutils/tasksh/files/patch-CMakeLists.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- CMakeLists.txt.orig 2024-01-30 15:20:09 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -31,11 +31,7 @@ set (PACKAGE_STRING "${PACKAGE} ${VERSION}")
|
||||
set (PACKAGE_VERSION "${VERSION}")
|
||||
set (PACKAGE_STRING "${PACKAGE} ${VERSION}")
|
||||
|
||||
-if (FREEBSD)
|
||||
-SET (TASKSH_MAN1DIR man/man1 CACHE STRING "Installation directory for man pages, section 1")
|
||||
-else (FREEBSD)
|
||||
SET (TASKSH_MAN1DIR share/man/man1 CACHE STRING "Installation directory for man pages, section 1")
|
||||
-endif (FREEBSD)
|
||||
SET (TASKSH_DOCDIR share/doc/tasksh CACHE STRING "Installation directory for doc files")
|
||||
SET (TASKSH_RCDIR "${TASKSH_DOCDIR}/rc" CACHE STRING "Installation directory for configuration files")
|
||||
SET (TASKSH_BINDIR bin CACHE STRING "Installation directory for the binary")
|
|
@ -1,5 +1,5 @@
|
|||
bin/tasksh
|
||||
man/man1/tasksh.1.gz
|
||||
share/man/man1/tasksh.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
|
|
Loading…
Add table
Reference in a new issue