Date: Thu, 09 Dec 1999 09:26:25 -0500 From: Jonathon McKitrick <jcm@dogma.freebsd-uk.eu.org> To: questions <freebsd-questions@freebsd.org> Subject: problem making screen port.... Message-ID: <384FBC10.1D094101@dogma.freebsd-uk.eu.org>
next in thread | raw e-mail | index | archive | help
Hey everyone.. i read the comments on the 'screen' port and decided to give it a try. Here's what happened... MAKE worked fine... MAKE INSTALL gave me this... install -c -o root -g wheel -m 444 ./screen.1 /usr/local/man/man1/screen.1 make screen.info rm -f ./screen.info* makeinfo --no-split ./screen.texinfo -o screen.info Making info file `screen.info' from `./screen.texinfo'. if test -f screen.info; then d=.; else d=.; fi; if test -f $d/screen.info; then for f in $d/screen.info*; do install -c -o root -g wheel -m 444 $f /usr/local/info;done; fi if [ -d /usr/lib/terminfo ]; then PATH="ATH:/usr/5bin" tic ./terminfo/screeninfo.src; chmod 644 /usr/lib/terminfo/s/screen*; fi termcap entry (./terminfo/screencap) should be installed manually. You may also want to install ./etc/etcscreenrc in /usr/local/etc/screenrc ===> Generating temporary packing list install-info: Undefined error: 0 for /usr/local/info/dir *** Error code 1 Stop. Any ideas? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?384FBC10.1D094101>