aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/cjc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/cjc/Makefile b/net-im/cjc/Makefile
index 25296889d321..ec49eb1c820b 100644
--- a/net-im/cjc/Makefile
+++ b/net-im/cjc/Makefile
@@ -34,7 +34,7 @@ post-extract:
post-patch:
.ifdef NOPORTDOCS
- @${REINPLACE_CMD} -e '/^DOCS=/s|=.*|=|' -e '/INSTALL_DATA.*DOCS/d' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e '/^DOCS=/s|=.*|=|' -e '/$$(DESTDIR)$$(pkg_docdir)/d' ${WRKSRC}/Makefile
.endif
@${GREP} -lr '/usr/bin/python' ${WRKSRC} | \
${XARGS} ${REINPLACE_CMD} -e "s!/usr/bin/python!${PYTHON_CMD}!"