aboutsummaryrefslogtreecommitdiff
path: root/net/goreplay
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2019-09-29 22:31:57 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2019-09-29 22:31:57 +0000
commit67c4b925b7fd606361a2152563b80da493232dfb (patch)
tree16884a4188ae95c6d4b3c8e73cfaf24404fd28e8 /net/goreplay
parent34156e93e84fe00711fac9dbf19e33534dc665f9 (diff)
downloadports-67c4b925b7fd606361a2152563b80da493232dfb.tar.gz
ports-67c4b925b7fd606361a2152563b80da493232dfb.zip
Go ports: cleanup, finish transition to USES=go started with r505321 (cat. misc-shells)
- Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21743
Notes
Notes: svn path=/head/; revision=513275
Diffstat (limited to 'net/goreplay')
-rw-r--r--net/goreplay/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/goreplay/Makefile b/net/goreplay/Makefile
index af73aecaa7f7..e523f847a1a4 100644
--- a/net/goreplay/Makefile
+++ b/net/goreplay/Makefile
@@ -23,11 +23,4 @@ GH_SUBDIR= src/github.com/buger/goreplay
PLIST_FILES= bin/${PORTNAME}
-do-build:
- @cd ${WRKSRC}/${GH_SUBDIR} ; ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/goreplay \
- ${STAGEDIR}${PREFIX}/bin/
-
.include <bsd.port.mk>