diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-17 10:53:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-17 10:53:02 +0000 |
commit | 60f0baabfce12b13fcf3ae2b703c8003b42109eb (patch) | |
tree | af57471e272ecbd421ffd1fce1e139f93940e99e /devel | |
parent | 1697357afcdd76be1aa41fcfaf06add30e17f7a5 (diff) | |
download | pkgsrc-60f0baabfce12b13fcf3ae2b703c8003b42109eb.tar.gz |
Fix PLIST.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ropper/Makefile | 11 | ||||
-rw-r--r-- | devel/ropper/PLIST | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/devel/ropper/Makefile b/devel/ropper/Makefile index c8dae07cf42..fd0f13cae14 100644 --- a/devel/ropper/Makefile +++ b/devel/ropper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/06/14 07:14:39 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/17 10:53:02 wiz Exp $ DISTNAME= Ropper-1.9.5 PKGNAME= ${DISTNAME:tl} @@ -11,15 +11,16 @@ HOMEPAGE= https://github.com/sashs/Ropper/ COMMENT= Display information about executables and search for gadgets LICENSE= gnu-gpl-v2 -WRKSRC= ${WRKDIR}/${DISTNAME} -USE_LANGUAGES= # none - DEPENDS+= ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone DEPENDS+= ${PYPKGPREFIX}-filebytes-[0-9]*:../../devel/py-filebytes DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline # Optional but needed for extra features -# The keystone software is now public so this will be likely by mandatory soon +# The keystone software is now public so this will be likely be mandatory soon DEPENDS+= ${PYPKGPREFIX}-keystone-[0-9]*:../../emulators/py-keystone +USE_LANGUAGES= # none +WRKSRC= ${WRKDIR}/${DISTNAME} +EGG_NAME= ${DISTNAME:tl} + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ropper/PLIST b/devel/ropper/PLIST index dd79dc06b60..cd0801e72a3 100644 --- a/devel/ropper/PLIST +++ b/devel/ropper/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2016/06/17 08:15:16 kamil Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/06/17 10:53:02 wiz Exp $ bin/ropper -${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/PKG-INFO -${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/SOURCES.txt -${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/dependency_links.txt -${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/requires.txt -${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/ropper/__init__.py ${PYSITELIB}/ropper/__init__.pyc ${PYSITELIB}/ropper/__init__.pyo |