aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipfs-go
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-20 21:32:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-20 21:32:18 +0000
commit979361e2775e4ecf15c2415cef400debeebc23a9 (patch)
tree5eedeefd455ed7e1a3bb57f7f287c48cb2117b4f /sysutils/ipfs-go
parentc7c22485ec6ce1f00ddbd2457f96a5703f3768ea (diff)
downloadports-979361e2775e4ecf15c2415cef400debeebc23a9.tar.gz
ports-979361e2775e4ecf15c2415cef400debeebc23a9.zip
sysutils/ipfs-go: Changed binary name to bin/ipfs-go
Reasons: * Binary conflict with /sbin/ipfs on trueos * Binary name mismatch with the rc script PR: 225866 Submitted by: jhixson@gmail.com (maintainer) Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=462454
Diffstat (limited to 'sysutils/ipfs-go')
-rw-r--r--sysutils/ipfs-go/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile
index c5b068d6e83a..c57510373864 100644
--- a/sysutils/ipfs-go/Makefile
+++ b/sysutils/ipfs-go/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ipfs
PORTVERSION= 0.4.13
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://dist.ipfs.io/go-ipfs/${DISTVERSIONPREFIX}${DISTVERSION}/
PKGNAMESUFFIX= -go
@@ -15,7 +16,7 @@ LICENSE= MIT
ONLY_FOR_ARCHS= amd64
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX}
NO_BUILD= yes
WRKSRC= ${WRKDIR}/go-ipfs
@@ -23,6 +24,6 @@ WRKSRC= ${WRKDIR}/go-ipfs
USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.mk>