diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 20:01:14 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 20:01:14 +0000 |
commit | 654093c5478a0b3348d498344a78e1553880196b (patch) | |
tree | eb905eda0f57c2babff62ba010ad619e99743ca6 /accessibility/py-papi/Makefile | |
parent | f17cf8c9786b400503bd400ffe92b1522d86e8e2 (diff) |
Notes
Diffstat (limited to 'accessibility/py-papi/Makefile')
-rw-r--r-- | accessibility/py-papi/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/accessibility/py-papi/Makefile b/accessibility/py-papi/Makefile index 828f223d7564..62c427db8874 100644 --- a/accessibility/py-papi/Makefile +++ b/accessibility/py-papi/Makefile @@ -21,16 +21,12 @@ EXAMPLES= atkaction.py atkapplication.py atkcapi.c atktext.py atkvalue.py \ OPTIONS_DEFINE= EXAMPLES -.include <bsd.port.options.mk> - post-patch: ${REINPLACE_CMD} -i "" -e 's|: docfiles|: []|g' ${WRKSRC}/setup.py post-install: -.if ${PORT_OPTIONS:MEXAMPLES} @${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}/ @cd ${WRKSRC}/doc/examples && \ ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ -.endif .include <bsd.port.mk> |