https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251681
Bug ID: 251681 Summary: databases/ruby-bdb: make install will fail when generate docs Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: r...@freebsd.org Reporter: marshall.rua...@qq.com Flags: maintainer-feedback?(r...@freebsd.org) Assignee: r...@freebsd.org It would shows following error when you try to install port datebase/ruby-bdb: cd: /usr/ports/databases/ruby-bdb/work/bdb-0.6.6/docs/doc: No such file or directory *** Error code 2 Stop. make[1]: stopped in /usr/ports/databases/ruby-bdb *** Error code 1 which caused by wrong path in Makefile, After I change following line: post-install-DOCS-on: .... (cd ${WRKSRC}/docs/doc into post-install-DOCS-on: .... (cd ${WRKSRC}/docs/ then everything is okey! this port is depended by /ports-mgmt/portupdate. So, please fixed that port, and many thank for you guys. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-ruby@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"