Index: head/misc/lf/Makefile =================================================================== --- head/misc/lf/Makefile (revision 510133) +++ head/misc/lf/Makefile (revision 510134) @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= lf DISTVERSIONPREFIX= r DISTVERSION= 13 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal file manager LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gokcehan GH_TUPLE= mattn:go-runewidth:703b5e6:runewidth/vendor/github.com/mattn/go-runewidth \ nsf:termbox-go:288510b:termbox/vendor/github.com/nsf/termbox-go -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/lf .include