Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 14:15:03 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497960 - head/devel/modules2tuple
Message-ID:  <201904051415.x35EF3LX021947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Apr  5 14:15:03 2019
New Revision: 497960
URL: https://svnweb.freebsd.org/changeset/ports/497960

Log:
  devel/modules2tuple: Unbreak build
  
  PR:		237046
  Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)

Modified:
  head/devel/modules2tuple/Makefile   (contents, props changed)

Modified: head/devel/modules2tuple/Makefile
==============================================================================
--- head/devel/modules2tuple/Makefile	Fri Apr  5 14:05:01 2019	(r497959)
+++ head/devel/modules2tuple/Makefile	Fri Apr  5 14:15:03 2019	(r497960)
@@ -19,7 +19,7 @@ GH_TUPLE=	dmgk:${PORTNAME}:v${PORTVERSION}:DEFAULT
 PLIST_FILES=	bin/${PORTNAME}
 
 do-build:
-	cd ${WRKSRC} ; go build
+	cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} go build
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/



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