pkgsrc-WIP-changes archive

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

nq: avoid a warning from pkglint(1)



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

Modified Files:
	nq/Makefile

Log Message:
nq: avoid a warning from pkglint(1)

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=b54fc0e37882032fe01bf49906778ba1ddb74f7a

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

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

diffs:
diff --git a/nq/Makefile b/nq/Makefile
index e8226e5334..d37f6b902e 100644
--- a/nq/Makefile
+++ b/nq/Makefile
@@ -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"


Home | Main Index | Thread Index | Old Index