diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:50:40 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:50:40 +0000 |
commit | 5fad809a5036ede0aa1484f20794ae259980b7fa (patch) | |
tree | cddd9991fc9d4b10a6996ebf4fafeeaf1d756cbe /textproc/ibus-el | |
parent | f83af9fadf126ce99ee41552d898bc5eb04fd222 (diff) |
Notes
Diffstat (limited to 'textproc/ibus-el')
-rw-r--r-- | textproc/ibus-el/Makefile | 4 |
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> |