Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/py-capstone/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/py-capstone/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.5 diff -u -p -r1.2 -r1.5 --- pkgsrc/devel/py-capstone/Makefile 2016/06/13 23:08:40 1.2 +++ pkgsrc/devel/py-capstone/Makefile 2018/03/24 17:10:42 1.5 @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2016/06/13 23:08:40 kamil Exp $ +# $NetBSD: Makefile,v 1.5 2018/03/24 17:10:42 joerg Exp $ .include "../../devel/capstone/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES+= python MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Python bindings for capstone LICENSE= modified-bsd +WRKSRC= ${WRKDIR}/capstone-${GITHUB_TAG} PYSETUPSUBDIR= bindings/python -.include "../../lang/python/distutils.mk" +.include "../../devel/capstone/buildlink3.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"