From 41007a9014bc601c71683a2245a05f8ffee91f50 Mon Sep 17 00:00:00 2001 From: itetcu Date: Wed, 8 Apr 2009 00:42:40 +0000 Subject: Fix plist with -DNOPORT*. Prompted by: QAT QA run Approved by: maintainer timeout on QATMail --- chinese/gcin/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chinese') diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index 59f523f3021e..22489de23059 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -97,6 +97,9 @@ post-patch: ${WRKSRC}/qt-im/Makefile ${WRKSRC}/scripts/modify-XIM \ ${WRKSRC}/scripts/utf8-edit @${REINPLACE_CMD} -e '/make/ d' ${WRKSRC}/IMdkit/lib/Makefile +.ifdef NOPORTDOCS + @${REINPLACE_CMD} '/install.*DOC_DIR/d' ${WRKSRC}/Makefile +.endif .if defined(WITH_BOSHIAMY) PLIST_SUB+= BOSHIAMY="" -- cgit