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: wiz
Date: Mon Dec 6 14:54:33 UTC 2021
Modified Files:
pkgsrc/sysutils/py-collectd: Makefile
Log Message:
py-collectd: fix package
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/sysutils/py-collectd/Makefile:1.6
--- pkgsrc/sysutils/py-collectd/Makefile:1.5 Mon Aug 31 18:11:34 2020
+++ pkgsrc/sysutils/py-collectd/Makefile Mon Dec 6 14:54:32 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/08/31 18:11:34 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/12/06 14:54:32 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 3
@@ -11,5 +11,9 @@ 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