Index: head/accessibility/py-papi/Makefile =================================================================== --- head/accessibility/py-papi/Makefile (revision 519153) +++ head/accessibility/py-papi/Makefile (revision 519154) @@ -1,34 +1,34 @@ # Created by: Marcus von Appen # $FreeBSD$ PORTNAME= papi PORTVERSION= 0.0.9 PORTREVISION= 2 CATEGORIES= accessibility devel python MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= ATK accessibility wrapper for python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gnome pkgconfig python:2.7 USE_GNOME= atk USE_PYTHON= autoplist distutils EXAMPLES= atkaction.py atkapplication.py atkcapi.c atktext.py atkvalue.py \ msaaapplication.py msaacapi.cpp OPTIONS_DEFINE= EXAMPLES post-patch: - @${REINPLACE_CMD} -i "" -e 's|: docfiles|: []|g' ${WRKSRC}/setup.py + @${RM} ${WRKSRC}/setup.py.orig post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/doc/examples && \ ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/accessibility/py-papi/files/patch-setup.py =================================================================== --- head/accessibility/py-papi/files/patch-setup.py (nonexistent) +++ head/accessibility/py-papi/files/patch-setup.py (revision 519154) @@ -0,0 +1,11 @@ +--- setup.py.orig 2009-03-01 11:06:58 UTC ++++ setup.py +@@ -212,7 +212,7 @@ interface system to enable accessibility for any pytho + "package_dir" : { "papi" : "lib" }, + "ext_modules" : [papi], + "headers" : headers, +- "data_files" : docfiles, ++ "data_files" : [], + "classifiers" : [ + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", Property changes on: head/accessibility/py-papi/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property