Index: head/finance/cointop/Makefile =================================================================== --- head/finance/cointop/Makefile (revision 509134) +++ head/finance/cointop/Makefile (revision 509135) @@ -1,32 +1,22 @@ # $FreeBSD$ PORTNAME= cointop PORTVERSION= 1.1.2 CATEGORIES= finance MAINTAINER= ndowens@yahoo.com COMMENT= Light cryptocurrency coin stats LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= miguelmota -GH_PROJECT= cointop -PLIST_FILES= bin/cointop +GO_BUILDFLAGS= -ldflags="-X main.Version=${DISTVERSION}" -do-build: - @${MKDIR} ${WRKSRC}/github.com/${GH_ACCOUNT} - @${RLN} ${WRKSRC} ${WRKSRC}/github.com/${GH_ACCOUNT}/${PORTNAME} - @${RLN} ${WRKSRC} ${WRKSRC}/src - cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${GO_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \ - ${GO_CMD} build -ldflags "-X main.Version=${DISTVERSION}" -o bin/${PORTNAME} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ +PLIST_FILES= bin/cointop .include