summaryrefslogtreecommitdiff
path: root/net-p2p/litecoin
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 21:45:52 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 22:40:40 +0100
commitb48bdf22d76760b55e335c9d48c29cb95122df7f (patch)
tree95d263cccc7f4021d8a620e1ee9a7f9d805cb6fe /net-p2p/litecoin
parentnet-mgmt/sendip: Moved man to share/man (diff)
net-p2p/litecoin*: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'net-p2p/litecoin')
-rw-r--r--net-p2p/litecoin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile
index deb4e129bbef..6b9ca7da5917 100644
--- a/net-p2p/litecoin/Makefile
+++ b/net-p2p/litecoin/Makefile
@@ -1,7 +1,7 @@
PORTNAME= litecoin
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.2.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net-p2p finance
MAINTAINER= hsw@bitmark.com
@@ -18,6 +18,7 @@ USES= autoreconf compiler:c++11-lib cpe gmake libtool localbase pkgconfig qt:5
USE_GITHUB= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
SLAVE_PORT?= no
@@ -79,7 +80,7 @@ CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcr
OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}"
MAKE_ENV+= V=1
-PLIST_FILES?= bin/litecoin-qt man/man1/litecoin-qt.1.gz \
+PLIST_FILES?= bin/litecoin-qt share/man/man1/litecoin-qt.1.gz \
share/applications/litecoin-qt.desktop share/pixmaps/litecoin.png
.include <bsd.port.options.mk>