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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 31 15:48:35 UTC 2016


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
 


More information about the svn-ports-all mailing list