vpnc: avoid a warning from pkglint(8)

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:30:07 +01:00
parent 5e8314210d
commit b788fe8334
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/v/vpnc/}
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/${PKGNAME}
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.unix-ag.uni-kl.de/~massar/vpnc/