Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 12:42:31 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404854 - head/devel/git-lfs
Message-ID:  <201512301242.tBUCgVji068711@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Dec 30 12:42:30 2015
New Revision: 404854
URL: https://svnweb.freebsd.org/changeset/ports/404854

Log:
  Fix after last commit.
  
  Pointy hat to:	mat
  Sponsored by:	Absolight

Modified:
  head/devel/git-lfs/Makefile

Modified: head/devel/git-lfs/Makefile
==============================================================================
--- head/devel/git-lfs/Makefile	Wed Dec 30 12:18:16 2015	(r404853)
+++ head/devel/git-lfs/Makefile	Wed Dec 30 12:42:30 2015	(r404854)
@@ -16,7 +16,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	github
 PLIST_FILES=	bin/git-lfs
 
-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"



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