diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-08-05 14:39:42 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-08-05 14:39:42 +0000 |
commit | dd8ffb0a8f270488d497fea426077f6c7bfb45a9 (patch) | |
tree | 954b5661b3d1baf7ff959e8074a72905b7d21679 /net-p2p | |
parent | ade34df055eec34cdcb4d68e6240425c1ffd4cb9 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/litecoin/Makefile | 4 |
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: |