summaryrefslogtreecommitdiff
path: root/net-im/cjc
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-09 18:25:26 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-09 18:25:26 +0000
commitdfcd25b371d628bf09870a4170d7783d92ba3dbc (patch)
tree9df4433af87b5d1800c5ab13c15d0e3e25fbb85a /net-im/cjc
parentAdd some more argument sanity checking to the fuse helper script. This (diff)
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA run
Notes
Notes: svn path=/head/; revision=231946
Diffstat (limited to 'net-im/cjc')
-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}!"