pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-collectd



Module Name:    pkgsrc
Committed By:   nros
Date:           Tue Dec 28 01:11:53 UTC 2021

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

Log Message:
Update installation procedure

Update installation procedure
due to change in common
installation procedure of
collectd plugins.
Bump pkgrevision.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-collectd/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/py-collectd/Makefile
diff -u pkgsrc/sysutils/py-collectd/Makefile:1.6 pkgsrc/sysutils/py-collectd/Makefile:1.7
--- pkgsrc/sysutils/py-collectd/Makefile:1.6    Mon Dec  6 14:54:32 2021
+++ pkgsrc/sysutils/py-collectd/Makefile        Tue Dec 28 01:11:53 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/12/06 14:54:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/28 01:11:53 nros Exp $
 
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=           3
+PKGREVISION=           4
 COLLECTD_PACKAGE=      python
 
 COMMENT=               Statistics collection daemon - python plugin
@@ -11,9 +11,5 @@ COMMENT=              Statistics collection daemon -
 CONFIGURE_ARGS+=       --enable-python
 CONFIGURE_ENV+=                PYTHON_CONFIG=${PREFIX}/bin/python${PYVERSSUFFIX}-config
 
-# installed by collectd package
-post-install:
-       ${RM} ${DESTDIR}${PREFIX}/lib/libcollectdclient.*
-
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index