diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 00:42:40 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 00:42:40 +0000 |
commit | d8e1131ff2407a3ece9c77fb0bb1038aca7b5566 (patch) | |
tree | 46bd9317c6039650e8fd985e516c899d3671e96f /chinese | |
parent | 2e2c115faf4496ba14e977c2309fcbf596ca9d05 (diff) | |
download | ports-d8e1131ff2407a3ece9c77fb0bb1038aca7b5566.tar.gz ports-d8e1131ff2407a3ece9c77fb0bb1038aca7b5566.zip |
Notes
Diffstat (limited to 'chinese')
-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="" |