mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net-p2p/litecoin*: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
93866fd9dd
commit
b48bdf22d7
@ -1,5 +1,5 @@
|
||||
MASTERDIR= ${.CURDIR}/../litecoin
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
PKGNAMESUFFIX= -daemon
|
||||
|
||||
COMMENT= Virtual Peer-to-Peer Currency (Daemon)
|
||||
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
MASTERDIR= ${.CURDIR}/../litecoin
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
PKGNAMESUFFIX= -utils
|
||||
|
||||
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
|
||||
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user