Re: How to Create an OpenBSD Port and Package

2008-08-10 Thread Brian A. Seklecki
On Sun, 2008-08-10 at 10:28 -0500, Chris Bennett wrote: > Thanks, > that was the problem. > Cut and paste is mostly helpful ---But... :set list ...in vim(1) can help find these things. Also Port Lint ?

Re: How to Create an OpenBSD Port and Package

2008-08-10 Thread Chris Bennett
Thanks, that was the problem. Cut and paste is mostly helpful ---But... Chris Stefan Sperling wrote: On Sun, Aug 10, 2008 at 10:06:39AM -0500, Chris Bennett wrote: Wanting to learn about porting, I am following: How to Create an OpenBSD Port and Package from http://undeadly.org/cgi

Re: How to Create an OpenBSD Port and Package

2008-08-10 Thread Stefan Sperling
On Sun, Aug 10, 2008 at 10:06:39AM -0500, Chris Bennett wrote: > Wanting to learn about porting, I am following: How to Create an OpenBSD > Port and Package from > http://undeadly.org/cgi?action=article&sid=2008031806 > > > Ran into problem with: > # Install m

Re: How to Create an OpenBSD Port and Package

2008-08-10 Thread Antti Harri
On Sun, 10 Aug 2008, Chris Bennett wrote: Wanting to learn about porting, I am following: How to Create an OpenBSD Port and Package from http://undeadly.org/cgi?action=article&sid=2008031806 Check out http://openbsd.org/porting.html too. Ran into problem with: # Install myscr

How to Create an OpenBSD Port and Package

2008-08-10 Thread Chris Bennett
Wanting to learn about porting, I am following: How to Create an OpenBSD Port and Package from http://undeadly.org/cgi?action=article&sid=2008031806 Ran into problem with: # Install myscripts under /usr/local/. do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${PREFIX}