diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-09 18:25:26 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-09 18:25:26 +0000 |
commit | dfcd25b371d628bf09870a4170d7783d92ba3dbc (patch) | |
tree | 9df4433af87b5d1800c5ab13c15d0e3e25fbb85a /net-im/cjc | |
parent | fec58b93e95f1396e9ae7c4b44e0de47262389fc (diff) | |
download | ports-dfcd25b371d628bf09870a4170d7783d92ba3dbc.tar.gz ports-dfcd25b371d628bf09870a4170d7783d92ba3dbc.zip |
Notes
Diffstat (limited to 'net-im/cjc')
-rw-r--r-- | net-im/cjc/Makefile | 2 |
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}!" |