pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/speedtest-cli



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:21:17 UTC 2022

Modified Files:
        pkgsrc/net/speedtest-cli: Makefile

Log Message:
speedtest-cli: set USE_PKG_RESOURCES


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/speedtest-cli/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/speedtest-cli/Makefile
diff -u pkgsrc/net/speedtest-cli/Makefile:1.11 pkgsrc/net/speedtest-cli/Makefile:1.12
--- pkgsrc/net/speedtest-cli/Makefile:1.11      Mon Jan 10 22:20:26 2022
+++ pkgsrc/net/speedtest-cli/Makefile   Mon Jan 10 22:21:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/01/10 22:20:26 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/10 22:21:17 wiz Exp $
 
 DISTNAME=      speedtest-cli-2.1.3
 PKGREVISION=   1
@@ -19,6 +19,8 @@ PYTHON_VERSIONED_DEPENDENCIES+=       setuptoo
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
+USE_PKG_RESOURCES=     yes
+
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/speedtest-cli.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
        ${INSTALL_MAN} ${WRKSRC}/speedtest-cli.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/speedtest.1



Home | Main Index | Thread Index | Old Index