SOLVED: Re: help with pkg-plist, @dir and files under @dir

Anton Shterenlikht as at cmplx.uk
Mon Sep 11 11:35:08 UTC 2017


Errors in upstream Makefile.in were to blame.
Now fixed.

Anton

> From as Mon Sep 11 10:52:31 2017
> To: freebsd-ports at freebsd.org
> Subject: help with pkg-plist, @dir and files under @dir
>
> I have at the end of my pkg-plist:
>
> @dir fincludes
> iso_c_binding.xmod
> iso_fortran_env.xmod
>
> but this gives:
>
> install -m 755 -d /usr/ports/lang/omni-compiler/work/stage/usr/local/fincludes
> install fincludes/iso_fortran_env.xmod fincludes/iso_c_binding.xmod /usr/local/fincludes
> install: target directory `/usr/local/fincludes' does not exist
>
> I also tried:
>
> @dir fincludes
> @dir/iso_c_binding.xmod
> @dir/iso_fortran_env.xmod
>
> but still get the same error.
>
> HOw should I write pkg-plist
> to install iso_fortran_env.xmod etc. under
> /usr/ports/lang/omni-compiler/work/stage/usr/local/fincludes ?
>
> Thanks
>
> Anton
>



More information about the freebsd-ports mailing list