pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/qrcp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  8 16:32:06 UTC 2024

Modified Files:
        pkgsrc/net/qrcp: Makefile

Log Message:
qrcp: fix WRKSRC


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/qrcp/Makefile

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

Modified files:

Index: pkgsrc/net/qrcp/Makefile
diff -u pkgsrc/net/qrcp/Makefile:1.10 pkgsrc/net/qrcp/Makefile:1.11
--- pkgsrc/net/qrcp/Makefile:1.10       Fri Sep  6 18:48:52 2024
+++ pkgsrc/net/qrcp/Makefile    Sun Sep  8 16:32:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/09/06 18:48:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11 2024/09/08 16:32:05 wiz Exp $
 
 DISTNAME=      0.11.3
 PKGNAME=       qrcp-${DISTNAME}
@@ -13,7 +13,7 @@ HOMEPAGE=     https://github.com/claudiodang
 COMMENT=       Transfer files over Wi-Fi via a QR Code
 LICENSE=       mit
 
-WRKSRC=                ${WRKDIR}/${PKGNAME}
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 USE_LANGUAGES= c
 
 TOOL_DEPENDS+= go118>=1.18.0:../../lang/go118



Home | Main Index | Thread Index | Old Index