Date: Tue, 03 Aug 1999 23:23:19 -0700 From: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> To: ports@freebsd.org Cc: ache@freebsd.org Subject: lynx-current port is broken. Message-ID: <6500.933747799@zippy.cdrom.com>
next in thread | raw e-mail | index | archive | help
During the make install: Updating /usr/local/etc/lynx.cfg /bin/sh -c 'if test -f /usr/local/etc/lynx.cfg ; then mv /usr/local/etc/lynx.cfg /usr/local/etc/lynx.tmp ; else cp ./lynx.cfg /usr/local/etc/lynx.tmp ; fi' Updating /usr/local/etc/lynx.cfg to point to installed help-files sed -e '/^HELPFILE:http/s@^@#@' -e '/^#HELPFILE:file/s@#@@' -e '/^HELPFILE:file/s@/PATH_TO/lynx_help@/usr/local/share/lynx_help@' -e '/^[A-Z_]*:/s@/PATH_TO/lynx_doc@/usr/local/share/lynx_doc@' -e '/^HELPFILE:file/s@$@@' -e '/^HELPFILE:file/s@$@@' /usr/local/etc/lynx.tmp >/usr/local/etc/lynx.cfg chmod 644 /usr/local/etc/lynx.cfg rm -f /usr/local/etc/lynx.tmp /bin/sh -c 'for name in COPYING COPYHEADER; do cd /usr/local/share/lynx_doc && cp $name /usr/local/share/lynx_help/; done' cp: COPYING: No such file or directory cp: COPYHEADER: No such file or directory *** Error code 1 Stop. Unfortunately, lynx-current is depended on by textproc/docproj and that in turn is depended on by the default make release rule. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6500.933747799>