Index: head/devel/git-lfs/Makefile =================================================================== --- head/devel/git-lfs/Makefile (revision 430133) +++ head/devel/git-lfs/Makefile (revision 430134) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= git-lfs PORTVERSION= 1.5.4 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= kenji@k2r.org COMMENT= Git extension for versioning large files LICENSE= MIT BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash 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 do-build: cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/.tmp && TMPDIR=${WRKSRC}/.tmp script/bootstrap pre-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/git-lfs ${STAGEDIR}${PREFIX}/bin/git-lfs .include