devel/loccount: Unbreak with go1.16

Approved by:	yuri (maintainer)
This commit is contained in:
Dmitri Goutnik 2021-01-08 19:42:42 +00:00
parent 546ea02275
commit c367a25d97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560807

View file

@ -25,7 +25,7 @@ PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} loccount loccount.1
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} loccount loccount.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${GL_COMMIT}-${GL_COMMIT} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}