Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 15:48:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430134 - head/devel/git-lfs
Message-ID:  <201612311548.uBVFmYXd060333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 31 15:48:34 2016
New Revision: 430134
URL: https://svnweb.freebsd.org/changeset/ports/430134

Log:
  - Fix typo
  
  Notified by:	swills

Modified:
  head/devel/git-lfs/Makefile

Modified: head/devel/git-lfs/Makefile
==============================================================================
--- head/devel/git-lfs/Makefile	Sat Dec 31 15:26:28 2016	(r430133)
+++ head/devel/git-lfs/Makefile	Sat Dec 31 15:48:34 2016	(r430134)
@@ -17,7 +17,7 @@ USES=		go
 USE_GITHUB=	yes
 PLIST_FILES=	bin/git-lfs
 
-GO_PKGNAME=	github.com/${PORTNAME/${PORTNAME}
+GO_PKGNAME=	github.com/${PORTNAME}/${PORTNAME}
 
 # see https://github.com/git-lfs/git-lfs/wiki/Installation
 



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