diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 08:27:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 08:27:12 +0000 |
commit | e7438c678805c1a80cf91cf8beb32c622c2a27a7 (patch) | |
tree | 719b749d3223b60b3fddaeef0b882025d243c680 /sysutils/monitoring | |
parent | 42b9254452df13338ad0399c64a5dab0bdc5d674 (diff) | |
download | pkgsrc-e7438c678805c1a80cf91cf8beb32c622c2a27a7.tar.gz |
monitoring: convert to egg.mk
Diffstat (limited to 'sysutils/monitoring')
-rw-r--r-- | sysutils/monitoring/Makefile | 6 | ||||
-rw-r--r-- | sysutils/monitoring/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/monitoring/Makefile b/sysutils/monitoring/Makefile index 526b6252aec..e30eeffdf23 100644 --- a/sysutils/monitoring/Makefile +++ b/sysutils/monitoring/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2020/12/04 20:45:42 nia Exp $ +# $NetBSD: Makefile,v 1.14 2022/01/10 08:27:12 wiz Exp $ VERSION= e518a90eade4ca538468b6640dccb651e6034b9e DISTNAME= ${VERSION} PKGNAME= monitoring-0.9.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://github.com/sebastien/monitoring/archive/ @@ -28,5 +28,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${DOCDIR} .include "../../lang/python/application.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/monitoring/PLIST b/sysutils/monitoring/PLIST index 2a4401e93f2..4c4c18ae1a3 100644 --- a/sysutils/monitoring/PLIST +++ b/sysutils/monitoring/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2013/04/22 09:39:21 imil Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:27:12 wiz Exp $ bin/monitoring -${PYSITELIB}/${PKGNAME}-py2.7.egg-info ${PYSITELIB}/monitoring.py ${PYSITELIB}/monitoring.pyc ${PYSITELIB}/monitoring.pyo |