pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vpnc: avoid a warning from pkglint(8)



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon Feb 10 06:30:07 2020 +0100
Changeset:	b788fe8334fa245a3ed54f0dd150ba95d1be29a6

Modified Files:
	vpnc/Makefile

Log Message:
vpnc: avoid a warning from pkglint(8)

PKGNAME should not be used in WRKSRC as it includes the PKGREVISION.
Please use PKGNAME_NOREV instead.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b788fe8334fa245a3ed54f0dd150ba95d1be29a6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vpnc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/vpnc/Makefile b/vpnc/Makefile
index 06962e952b..dc3b742a86 100644
--- a/vpnc/Makefile
+++ b/vpnc/Makefile
@@ -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@localhost
 HOMEPAGE=		https://www.unix-ag.uni-kl.de/~massar/vpnc/


Home | Main Index | Thread Index | Old Index