aboutsummaryrefslogtreecommitdiff
path: root/textproc/ibus-el
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:50:40 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:50:40 +0000
commit5fad809a5036ede0aa1484f20794ae259980b7fa (patch)
treecddd9991fc9d4b10a6996ebf4fafeeaf1d756cbe /textproc/ibus-el
parentf83af9fadf126ce99ee41552d898bc5eb04fd222 (diff)
Notes
Diffstat (limited to 'textproc/ibus-el')
-rw-r--r--textproc/ibus-el/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ibus-el/Makefile b/textproc/ibus-el/Makefile
index 43e7eadf1a38..9dd286552ff6 100644
--- a/textproc/ibus-el/Makefile
+++ b/textproc/ibus-el/Makefile
@@ -25,6 +25,8 @@ PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/ibus.el \
libexec/ibus-el-agent
PORTDOCS= README
+OPTIONS_DEFINE= DOCS
+
do-build:
@cd ${WRKSRC} && ${EMACS_CMD} -batch -q -no-site-file -no-init-file \
-f batch-byte-compile ibus.el
@@ -37,10 +39,8 @@ do-install:
${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
@${INSTALL_SCRIPT} ${WRKSRC}/ibus-el-agent \
${STAGEDIR}${PREFIX}/libexec
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && \
${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>