pkgsrc-WIP-changes archive

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

nuclei: Use DISTNAME for WRKSRC



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Feb 26 01:03:51 2023 +0100
Changeset:	fc9fca2863899074e04b13ffd307791e14c986f8

Modified Files:
	nuclei/Makefile

Log Message:
nuclei: Use DISTNAME for WRKSRC

Accidental thinko (PKGNAME can have PKGREVISIONs and I just meant
DISTNAME here).

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

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

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

diffs:
diff --git a/nuclei/Makefile b/nuclei/Makefile
index 4f059f8ab6..f71b472fec 100644
--- a/nuclei/Makefile
+++ b/nuclei/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit
 
 GO_BUILD_PATTERN+=	./cmd/nuclei
 
-WRKSRC=		${WRKDIR}/${PKGNAME}/v2
+WRKSRC=		${WRKDIR}/${DISTNAME}/v2
 
 .include "go-modules.mk"
 


Home | Main Index | Thread Index | Old Index