aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-08-05 14:39:42 +0000
committerSteve Wills <swills@FreeBSD.org>2015-08-05 14:39:42 +0000
commitdd8ffb0a8f270488d497fea426077f6c7bfb45a9 (patch)
tree954b5661b3d1baf7ff959e8074a72905b7d21679
parentade34df055eec34cdcb4d68e6240425c1ffd4cb9 (diff)
downloadports-dd8ffb0a8f270488d497fea426077f6c7bfb45a9.tar.gz
ports-dd8ffb0a8f270488d497fea426077f6c7bfb45a9.zip
net-p2p/litecoin: Fix .desktop file
PR: 201154 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Notes
Notes: svn path=/head/; revision=393591
-rw-r--r--net-p2p/litecoin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile
index 45e2368c763d..030b94a23c8b 100644
--- a/net-p2p/litecoin/Makefile
+++ b/net-p2p/litecoin/Makefile
@@ -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: