aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/c-lightning/Makefile
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-24 10:29:35 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-24 10:50:39 +0000
commit686f36b026d791441ff7815da23ff172ef2bd93c (patch)
tree0ff43189b7b74c8514f325993ace408589fa95a3 /net-p2p/c-lightning/Makefile
parentcea660f6e16ba04bef273ec8763d411ba91ddfaa (diff)
downloadports-686f36b026d791441ff7815da23ff172ef2bd93c.tar.gz
ports-686f36b026d791441ff7815da23ff172ef2bd93c.zip
net-p2p/c-lightning: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'net-p2p/c-lightning/Makefile')
-rw-r--r--net-p2p/c-lightning/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile
index 87450d81dc56..b5d51704c034 100644
--- a/net-p2p/c-lightning/Makefile
+++ b/net-p2p/c-lightning/Makefile
@@ -2,6 +2,7 @@ PORTNAME= c-lightning
# To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present)
PORTVERSION= 24.02
DISTVERSIONPREFIX= v
+PORTREVISION= 1
# and uncomment the following two lines (use for example -git-HEAD or -git-f8d8348c)
#PORTVERSION= 0
#PKGNAMESUFFIX= -git-f8d8348c
@@ -115,7 +116,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --disable-rust
# Print the compilation commands (verbose).
-MAKE_ARGS= V=1
+MAKE_ARGS= V=1 mandir=${PREFIX}/share/man
USE_GITHUB= yes
.if defined(PKGNAMESUFFIX)