help with pkg-plist, @dir and files under @dir

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


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