From 67c4b925b7fd606361a2152563b80da493232dfb Mon Sep 17 00:00:00 2001 From: Dmitri Goutnik Date: Sun, 29 Sep 2019 22:31:57 +0000 Subject: 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 --- net/go-cs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/go-cs') diff --git a/net/go-cs/Makefile b/net/go-cs/Makefile index 8b9e344e56d4..da5394bb2806 100644 --- a/net/go-cs/Makefile +++ b/net/go-cs/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= akosela PLIST_FILES= bin/cs man/man1/cs.1.gz -GO_TARGET= ${GO_PKGNAME}/cs +GO_TARGET= ./cs post-install: ${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -- cgit v1.3