From 1b35dc8725d0427199c470edeb7203aee808c429 Mon Sep 17 00:00:00 2001 From: Kajetan Staszkiewicz Date: Wed, 17 Mar 2021 11:23:09 +0100 Subject: [PATCH] Disable go modules for FreeBSD build --- freebsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/Makefile b/freebsd/Makefile index 08b4a5c..3667874 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -45,7 +45,7 @@ PLIST_SUB= GRAFSY_USER=${GRAFSY_USER} \ GOPATH= ${WRKDIR}/gopath GOSRC= github.com/${GH_ACCOUNT}/${PORTNAME} -GOCMD= ${SETENV} ${BUILD_ENV} GOCACHE=/tmp GOPATH=${GOPATH} +GOCMD= ${SETENV} ${BUILD_ENV} GOCACHE=/tmp GOPATH=${GOPATH} GO111MODULE=off GOFLAGS= -ldflags "-X 'main.version=${PORTVERSION}-${PORTREVISION}' -X 'github.com/leoleovich/grafsy.ConfigPath=${GRAFSY_ETCDIR}/grafsy.toml'" post-extract: