On Fri, Jul 24, 2009 at 02:25:38PM -0600, Duncan Patton a Campbell wrote:
> > > If you've ever wanted to use cpp for files other than C programs, this
> > > is the tool you were after.
> > > 
> > > Port:     http://openbsd.rutgers.edu/filepp-1.8.0.tar
[...]
> Well, other than the fact that I don't know what this does
> (some kinda language tool, I guess) I still didn't get very
> far before things went sideways:
> 
> # pwd  
> /usr/ports/mystuff/filepp
> # make 
> Fatal: one category in textproc devel should match PKGPATH=filepp (in filepp)
> Fatal: bogus PKGPATH=filepp (no subdirectory) (in filepp)
> *** Error code 1

You have to move the port into an appropriate directory, even if
you're using mystuff.

$ mkdir /usr/ports/mystuff/textproc
$ mv /usr/ports/mystuff/filepp /usr/ports/mystuff/textproc

should fix it.

(I'll have a look at filepp myself when I get some time)

Reply via email to