devel/loccount: Unbreak with go1.16
Approved by: yuri (maintainer)
This commit is contained in:
parent
546ea02275
commit
c367a25d97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560807
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue