aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/py-papi
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 04:01:14 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 04:01:14 +0800
commit67b8d601c828770bce4f61e4b6a64a2bbb1e95e6 (patch)
treeeb905eda0f57c2babff62ba010ad619e99743ca6 /accessibility/py-papi
parentfee35e82fd1ea6b7cf5197c2869b5e932760323b (diff)
downloadfreebsd-ports-gnome-67b8d601c828770bce4f61e4b6a64a2bbb1e95e6.tar.gz
freebsd-ports-gnome-67b8d601c828770bce4f61e4b6a64a2bbb1e95e6.tar.zst
freebsd-ports-gnome-67b8d601c828770bce4f61e4b6a64a2bbb1e95e6.zip
Reduce unnecessary bsd.port.options.mk inclusion by using
OPTIONS helpers. Approved by: portmgr (blanket)
Diffstat (limited to 'accessibility/py-papi')
-rw-r--r--accessibility/py-papi/Makefile4
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>