Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2016 21:12:44 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418243 - head/devel/go-go.uuid
Message-ID:  <201607082112.u68LCifH068900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Fri Jul  8 21:12:44 2016
New Revision: 418243
URL: https://svnweb.freebsd.org/changeset/ports/418243

Log:
  Reset install location properly

Modified:
  head/devel/go-go.uuid/Makefile

Modified: head/devel/go-go.uuid/Makefile
==============================================================================
--- head/devel/go-go.uuid/Makefile	Fri Jul  8 21:04:03 2016	(r418242)
+++ head/devel/go-go.uuid/Makefile	Fri Jul  8 21:12:44 2016	(r418243)
@@ -2,6 +2,7 @@
 
 PORTNAME=	go.uuid
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	go-
 
@@ -14,5 +15,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	satori
 GH_TAGNAME=	v${PORTVERSION}
 USES=		go
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 .include <bsd.port.mk>



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