Skip to content

Commit

Permalink
net-p2p/litecoin*: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 93866fd commit b48bdf2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net-p2p/litecoin-daemon/Makefile
@@ -1,5 +1,5 @@
MASTERDIR= ${.CURDIR}/../litecoin
PORTREVISION= 6
PORTREVISION= 7
PKGNAMESUFFIX= -daemon

COMMENT= Virtual Peer-to-Peer Currency (Daemon)
Expand All @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-daemon \
--without-utils

PLIST_FILES= bin/litecoind
PLIST_FILES+= man/man1/litecoind.1.gz
PLIST_FILES+= share/man/man1/litecoind.1.gz
PLIST_FILES+= "@sample etc/litecoin.conf.sample"

USE_RC_SUBR= litecoind
Expand Down
6 changes: 3 additions & 3 deletions net-p2p/litecoin-utils/Makefile
@@ -1,5 +1,5 @@
MASTERDIR= ${.CURDIR}/../litecoin
PORTREVISION= 6
PORTREVISION= 7
PKGNAMESUFFIX= -utils

COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
Expand All @@ -19,8 +19,8 @@ CONFIGURE_ARGS= --without-daemon \
--disable-wallet

PLIST_FILES= bin/litecoin-cli bin/litecoin-tx \
man/man1/litecoin-cli.1.gz man/man1/litecoin-tx.1.gz \
share/man/man1/litecoin-cli.1.gz share/man/man1/litecoin-tx.1.gz \
bin/litecoin-wallet \
man/man1/litecoin-wallet.1.gz
share/man/man1/litecoin-wallet.1.gz

.include "${MASTERDIR}/Makefile"
5 changes: 3 additions & 2 deletions 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
Expand All @@ -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

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit b48bdf2

Please sign in to comment.