aboutsummaryrefslogtreecommitdiff
path: root/devel/git-lfs/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-12-30 12:42:30 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-12-30 12:42:30 +0000
commit010978379d88a96eb87bf5ef4d6729091533be04 (patch)
tree6b7611b4305143ac13eb1f4b0493d7ba4e405f4d /devel/git-lfs/Makefile
parent81e6ac5e481aa7518e615d1ec2588d44af0e07d5 (diff)
downloadports-010978379d88a96eb87bf5ef4d6729091533be04.tar.gz
ports-010978379d88a96eb87bf5ef4d6729091533be04.zip
Fix after last commit.
Pointy hat to: mat Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=404854
Diffstat (limited to 'devel/git-lfs/Makefile')
-rw-r--r--devel/git-lfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile
index 1392105556df..4bce8de6a5fa 100644
--- a/devel/git-lfs/Makefile
+++ b/devel/git-lfs/Makefile
@@ -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"