summaryrefslogtreecommitdiff
path: root/editors/fileobj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/fileobj/Makefile')
-rw-r--r--editors/fileobj/Makefile6
1 files changed, 3 insertions, 3 deletions
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"