Subject: RE: pine 4.40 won't build
To: 'Audun Arnesen Nordal' <audun@stud.cs.uit.no>
From: Ciarcinski, Adam \(ISS Brussels\) <ACiarcinski@iss.net>
List: tech-pkg
Date: 11/13/2001 04:14:36
> Making Pine.
> make PREFIX=/usr/pkg CC=cc -O2 -f makefile.neb
> rm -f os.h
> ln -s osdep/os-neb.h os.h
> ./cmplhlp2.sh  < pine.hlp > helptext.h
> make: don't know how to make /include/c-client/mail.h. Stop
> 
> make: stopped in /usr/pkgsrc/mail/pine/work/pine4.40/pine


Looks like ${LOCALBASE} in not visible for 'makefile'.
You can 'make patch', then edit work/pine4.40/pine/makefile,
replaing ${LOCALBASE} with (for example) /usr/pkg.
Quick solution if you need to read e-mails - works for me. :)

	kind regards

		- Adam