svn commit: r360488 - head/chinese/gcin
Adam Weinberger
adamw at FreeBSD.org
Thu Jul 3 23:58:29 UTC 2014
Author: adamw
Date: Thu Jul 3 23:58:28 2014
New Revision: 360488
URL: http://svnweb.freebsd.org/changeset/ports/360488
QAT: https://qat.redports.org/buildarchive/r360488/
Log:
Remove NOPORTDOCS.
Modified:
head/chinese/gcin/Makefile
Modified: head/chinese/gcin/Makefile
==============================================================================
--- head/chinese/gcin/Makefile Thu Jul 3 23:57:07 2014 (r360487)
+++ head/chinese/gcin/Makefile Thu Jul 3 23:58:28 2014 (r360488)
@@ -24,6 +24,8 @@ OPTIONS_DEFINE= ANTHY QT_IM_MODULE
ANTHY_DESC= Japanese anthy IM module
QT_IM_MODULE_DESC= QT IM module
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MQT_IM_MODULE}
@@ -78,7 +80,7 @@ post-patch:
${WRKSRC}/scripts/utf8-edit
@${REINPLACE_CMD} -e '/make/ d' ${WRKSRC}/IMdkit/lib/Makefile
@${REINPLACE_CMD} -e 's,/usr/X11R6/lib,${LOCALBASE}/lib,' ${WRKSRC}/im-client/Makefile
-.ifdef NOPORTDOCS
+.if empty(PORT_OPTIONS:MDOCS)
@${REINPLACE_CMD} '/install.*DOC_DIR/d' ${WRKSRC}/Makefile
.endif
More information about the svn-ports-all
mailing list