Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2019 19:37:13 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517771 - head/devel/prototool
Message-ID:  <201911161937.xAGJbDXD083387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Sat Nov 16 19:37:12 2019
New Revision: 517771
URL: https://svnweb.freebsd.org/changeset/ports/517771

Log:
  devel/prototool: Correct go.mk usage
  
  Set GO_TARGET instead of GO_PKGNAME
  
  Approved by:	yuri (maintainer), tz (mentor, implicit)

Modified:
  head/devel/prototool/Makefile

Modified: head/devel/prototool/Makefile
==============================================================================
--- head/devel/prototool/Makefile	Sat Nov 16 19:36:14 2019	(r517770)
+++ head/devel/prototool/Makefile	Sat Nov 16 19:37:12 2019	(r517771)
@@ -40,7 +40,7 @@ GH_TUPLE=	\
 		uber-go:atomic:v1.4.0:uber_go_atomic/vendor/go.uber.org/atomic \
 		uber-go:multierr:v1.2.0:uber_go_multierr/vendor/go.uber.org/multierr \
 		uber-go:zap:v1.10.0:uber_go_zap/vendor/go.uber.org/zap
-GO_PKGNAME=	./cmd/prototool
+GO_TARGET=	./cmd/prototool
 
 PLIST_FILES=	bin/${PORTNAME} \
 		etc/bash_completion.d/prototool \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911161937.xAGJbDXD083387>