mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/taskd: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
781d4f227e
commit
8000c231b5
4 changed files with 19 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= taskd
|
PORTNAME= taskd
|
||||||
PORTVERSION= 1.1.0
|
PORTVERSION= 1.1.0
|
||||||
PORTREVISION= 8
|
PORTREVISION= 9
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= http://taskwarrior.org/download/
|
MASTER_SITES= http://taskwarrior.org/download/
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (taskd-1.1.0.tar.gz) = 7b8488e687971ae56729ff4e2e5209ff8806cf8cd57718bfd7e521be130621b4
|
TIMESTAMP = 1709467626
|
||||||
SIZE (taskd-1.1.0.tar.gz) = 120115
|
SHA256 (taskd-1.1.0.tar.gz) = 7b8488e687971ae56729ff4e2e5209ff8806cf8cd57718bfd7e521be130621b4
|
||||||
|
SIZE (taskd-1.1.0.tar.gz) = 120115
|
||||||
|
|
12
deskutils/taskd/files/patch-CMakeLists.txt
Normal file
12
deskutils/taskd/files/patch-CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- CMakeLists.txt.orig 2024-03-03 12:06:29 UTC
|
||||||
|
+++ CMakeLists.txt
|
||||||
|
@@ -77,9 +77,6 @@ if (FREEBSD)
|
||||||
|
endif (NETBSD)
|
||||||
|
|
||||||
|
if (FREEBSD)
|
||||||
|
-SET (TASKD_MAN1DIR man/man1 CACHE STRING "Installation directory for man pages, section 1")
|
||||||
|
-SET (TASKD_MAN5DIR man/man5 CACHE STRING "Installation directory for man pages, section 5")
|
||||||
|
-else (FREEBSD)
|
||||||
|
SET (TASKD_MAN1DIR share/man/man1 CACHE STRING "Installation directory for man pages, section 1")
|
||||||
|
SET (TASKD_MAN5DIR share/man/man5 CACHE STRING "Installation directory for man pages, section 5")
|
||||||
|
endif (FREEBSD)
|
|
@ -1,8 +1,8 @@
|
||||||
bin/taskd
|
bin/taskd
|
||||||
bin/taskdctl
|
bin/taskdctl
|
||||||
man/man1/taskd.1.gz
|
share/man/man1/taskd.1.gz
|
||||||
man/man1/taskdctl.1.gz
|
share/man/man1/taskdctl.1.gz
|
||||||
man/man5/taskdrc.5.gz
|
share/man/man5/taskdrc.5.gz
|
||||||
share/taskd/README
|
share/taskd/README
|
||||||
@mode 0755
|
@mode 0755
|
||||||
%%DATADIR%%/generate
|
%%DATADIR%%/generate
|
||||||
|
|
Loading…
Add table
Reference in a new issue