mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net-p2p/litecoin: Fix .desktop file
PR: 201154 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
This commit is contained in:
parent
ade34df055
commit
dd8ffb0a8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393591
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= litecoin
|
||||
PORTVERSION= 0.10.2.2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p finance
|
||||
MASTER_SITES= LOCAL/swills
|
||||
|
||||
|
@ -89,7 +90,8 @@ PLIST_FILES?= bin/litecoin-qt share/applications/litecoin-qt.desktop \
|
|||
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|bitcoin128|litecoin128|' \
|
||||
@${REINPLACE_CMD} -e 's|bitcoin|litecoin|g' \
|
||||
-e 's|Bitcoin|Litecoin|g' \
|
||||
${WRKSRC}/contrib/debian/bitcoin-qt.desktop
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue