aboutsummaryrefslogtreecommitdiff
path: root/textproc/sift
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2019-09-29 22:34:31 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2019-09-29 22:34:31 +0000
commitfc95b3f0cf943e760e906eac92aac51eff4d0c1c (patch)
tree8b41993e1df35d7245f4013a2d3adcb758a276a1 /textproc/sift
parent67c4b925b7fd606361a2152563b80da493232dfb (diff)
downloadports-fc95b3f0cf943e760e906eac92aac51eff4d0c1c.tar.gz
ports-fc95b3f0cf943e760e906eac92aac51eff4d0c1c.zip
Go ports: cleanup, finish transition to USES=go started with r505321 (cat. sysutils-x11)
- Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21744
Notes
Notes: svn path=/head/; revision=513276
Diffstat (limited to 'textproc/sift')
-rw-r--r--textproc/sift/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile
index 5279964378dd..c7c541cb211b 100644
--- a/textproc/sift/Makefile
+++ b/textproc/sift/Makefile
@@ -20,13 +20,10 @@ GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
PLIST_FILES= bin/sift
GH_ACCOUNT= svent
-GH_TUPLE= golang:crypto:71b5226:golang_crypto/../src/golang.org/x/crypto \
- golang:sys:749cb33:golang_sys/../src/golang.org/x/sys \
- svent:go-flags:4bcbad3:svent_goflags/../src/github.com/svent/go-flags \
- svent:go-nbreader:7cef48d:svent_gonbreader/../src/github.com/svent/go-nbreader
+GH_TUPLE= golang:crypto:71b5226:golang_crypto/vendor/golang.org/x/crypto \
+ golang:sys:749cb33:golang_sys/vendor/golang.org/x/sys \
+ svent:go-flags:4bcbad3:svent_goflags/vendor/github.com/svent/go-flags \
+ svent:go-nbreader:7cef48d:svent_gonbreader/vendor/github.com/svent/go-nbreader
USE_GITHUB= yes
-do-install:
- ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/sift ${STAGEDIR}${PREFIX}/bin/sift
-
.include <bsd.port.mk>