nq: avoid a warning from pkglint(1)

PKGNAME should not be used in WRKSRC as it includes the PKGREVISION.
Please use PKGNAME_NOREV instead.
This commit is contained in:
Pierre Pronchery 2020-02-10 06:32:23 +01:00
parent b788fe8334
commit b54fc0e378
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ LICENSE= public-domain
EXTRACT_USING= gtar
WRKSRC= ${WRKDIR}/${PKGNAME}
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
INSTALL_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
.include "../../mk/bsd.pkg.mk"