pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/collectd-CGP



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct 24 22:44:29 UTC 2020

Modified Files:
        pkgsrc/sysutils/collectd-CGP: Makefile

Log Message:
collectd-CGP: fix PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/collectd-CGP/Makefile

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

Modified files:

Index: pkgsrc/sysutils/collectd-CGP/Makefile
diff -u pkgsrc/sysutils/collectd-CGP/Makefile:1.1 pkgsrc/sysutils/collectd-CGP/Makefile:1.2
--- pkgsrc/sysutils/collectd-CGP/Makefile:1.1   Sat Oct 24 22:39:45 2020
+++ pkgsrc/sysutils/collectd-CGP/Makefile       Sat Oct 24 22:44:29 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/10/24 22:39:45 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/24 22:44:29 wiz Exp $
 
 DISTNAME=      collectd-cgp-1
-PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/-1//}
+PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    sysutils
 GITHUB_PROJECT=        CGP
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pommi/}



Home | Main Index | Thread Index | Old Index