aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-08-05 22:39:42 +0800
committerswills <swills@FreeBSD.org>2015-08-05 22:39:42 +0800
commit15e63700d4dd7a3e40c3406f261d8cf3eb051448 (patch)
tree954b5661b3d1baf7ff959e8074a72905b7d21679 /net-p2p
parent9ca47f9b7742acba6f995f14904391a9cb7f74bb (diff)
downloadfreebsd-ports-gnome-15e63700d4dd7a3e40c3406f261d8cf3eb051448.tar.gz
freebsd-ports-gnome-15e63700d4dd7a3e40c3406f261d8cf3eb051448.tar.zst
freebsd-ports-gnome-15e63700d4dd7a3e40c3406f261d8cf3eb051448.zip
net-p2p/litecoin: Fix .desktop file
PR: 201154 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Diffstat (limited to 'net-p2p')
-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: