Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 13:27:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192937] [New Port] sysutils/consul
Message-ID:  <bug-192937-13-CvDHiKT9w8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192937-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192937-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192937

--- Comment #6 from John Marino <marino@FreeBSD.org> ---
also wrong:

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>


Should be:

.include "${.CURDIR}/../../lang/go/files/bsd.go.mk"
.include <bsd.port.mk>



If you see other ports with ${PORTSDIR} then tell me and I'll fix them.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192937-13-CvDHiKT9w8>