Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 1999 22:35:46 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        "Nickolay N. Dudorov" <nnd@news.itfs.nsk.su>
Cc:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, ports@FreeBSD.ORG
Subject:   Re: lynx-current port is broken.
Message-ID:  <19990804223546.A35168@nagual.pp.ru>
In-Reply-To: <199908040712.OAA01604@news.itfs.nsk.su>; from nnd@news.itfs.nsk.su on Wed, Aug 04, 1999 at 02:12:05PM %2B0700
References:  <6500.933747799@zippy.cdrom.com> <199908040712.OAA01604@news.itfs.nsk.su>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 04, 1999 at 02:12:05PM +0700, Nickolay N. Dudorov wrote:
> > /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

I can't see how ever it can happens, install-doc rule (which is included
into "INSTALL_TARGET= install-full") rule must install this two C* files.

install-full: install install-help install-doc

install-doc : $(DOCDIR)
        @echo Copying sample files
        (cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) |\
                               ( cd $(DOCDIR) && tar xf - )

Are you overwrite DOCDIR somehow? Just don't do that. It looks like your
DOCDIR now full of lynx junk, check it. :-)

> 	You can use the following update to the 'lynx-xurrent'
> port (before ache correct it ;-):

I don't understand why this patch is needed, so I am against its
commiting. Just don't overwrite DOCDIR.

-- 
Andrey A. Chernov
http://nagual.pp.ru/~ache/
MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y


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?19990804223546.A35168>