On Mon, Apr 21, 2008 at 08:27:33PM +0400, Igor Zinovik wrote: > I recently updated my system to -current (i used instructions from > release(8)) and started porting a mad fast log analyzer 'free-sa' > (http://sourceforge.net/projects/free-sa) to openbsd (I used amazing > tutorial written by Bernd Ahlers). I successfully managed to build it, > but when i'm doing `make plist' i see following and do not know how to > cope with these: > > Use of uninitialized value in concatenation (.) or string at > /usr/ports/infrastructure/install/make-plist line 27. > Use of uninitialized value in -d at > /usr/ports/infrastructure/install/make-plist line 119. > Use of uninitialized value in concatenation (.) or string at > /usr/ports/infrastructure/install/make-plist line 119. > No at /usr/ports/infrastructure/install/make-plist line 119. >
So, your make-plist invocation does not have anything for PORTSDIR and for DESTDIR in your environment. That's the issue you need to track down and figure out.
