diff options
Diffstat (limited to 'chinese/gcin')
-rw-r--r-- | chinese/gcin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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="" |