From c694dcdd5d1f0d1a0fcbd680ec3bb74c89cc4eb5 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 10 Jan 2022 08:15:33 +0000 Subject: fileobj: convert to egg.mk --- editors/fileobj/Makefile | 6 +++--- editors/fileobj/PLIST | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'editors') diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile index 563c77f207f..0e77f4ac3f2 100644 --- a/editors/fileobj/Makefile +++ b/editors/fileobj/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2021/10/10 12:54:45 tkusumi Exp $ +# $NetBSD: Makefile,v 1.13 2022/01/10 08:15:33 wiz Exp $ DISTNAME= fileobj-0.7.106 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_GITHUB:=kusumi/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -19,5 +19,5 @@ post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} fileobj fileobj-${PYVERSSUFFIX} || ${TRUE} -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/fileobj/PLIST b/editors/fileobj/PLIST index 2b4430b42ca..7bf3247c4bf 100644 --- a/editors/fileobj/PLIST +++ b/editors/fileobj/PLIST @@ -1,6 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 2021/09/05 16:39:35 tkusumi Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/01/10 08:15:33 wiz Exp $ bin/fileobj-${PYVERSSUFFIX} -${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/fileobj/__init__.py ${PYSITELIB}/fileobj/__init__.pyc ${PYSITELIB}/fileobj/__init__.pyo -- cgit v1.2.3