svn commit: r404854 - head/devel/git-lfs

Mathieu Arnold mat at FreeBSD.org
Wed Dec 30 12:42:32 UTC 2015


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"


More information about the svn-ports-head mailing list