svn commit: r385539 - head/devel/go-raw

Antoine Brodin antoine at FreeBSD.org
Wed May 6 18:32:09 UTC 2015


Author: antoine
Date: Wed May  6 18:32:08 2015
New Revision: 385539
URL: https://svnweb.freebsd.org/changeset/ports/385539

Log:
  Unbreak

Modified:
  head/devel/go-raw/Makefile

Modified: head/devel/go-raw/Makefile
==============================================================================
--- head/devel/go-raw/Makefile	Wed May  6 18:28:25 2015	(r385538)
+++ head/devel/go-raw/Makefile	Wed May  6 18:32:08 2015	(r385539)
@@ -14,7 +14,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	feyeleanor
 GH_TAGNAME=	724aedf
 
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/lang/go/files/bsd.go.mk"


More information about the svn-ports-head mailing list