Running Freebsd 10.3 Release amd64 Xorg / Lumina Desktop Have installed httrack both using pkg and ports - uninstalling previous versions before reinstalling httrack runs fine from command line (xterm) but when I try to use graphical version / webhttrack I get following error /usr/local/webhttrack(17870): could not find /usr/local/bin/ ../share/httrack/html
Please edit Makefile, remove line 44 and rebuild httrack. It seems the error was caused by removed install-data-hook target. Line 44 is: @${REINPLACE_CMD} -e '/ install-data-hook/d' ${WRKSRC}/html/Makefile.in
(In reply to Sunpoet Po-Chuan Hsieh from comment #1) Sorry, it should be line 43 now.
A commit references this bug: Author: sunpoet Date: Sat Dec 17 12:57:46 UTC 2016 New revision: 428741 URL: https://svnweb.freebsd.org/changeset/ports/428741 Log: - Fix webhttrack runtime check - Bump PORTREVISION for package change install-data-hook: creates a symbolic link from DOCSDIR to DATADIR/html. When webhttrack starts, it checks if html directory is available. This commit removes the invalid symbolic link and makes an empty directory if DOCS option is disabled. PR: 208875 Reported by: James <knightlyj@gmail.com> Changes: head/www/httrack/Makefile head/www/httrack/pkg-plist
Fixed. Thanks!