Can you move security/ocaml-cryptokit's files from lib/ocaml/site-lib/
back to lib/ocaml/? It's what default in the original Makefile.

/work/cryptokit-1.3/Makefile:
-------------------
[...]
# Where to install the library. By default: OCaml's standard library directory.
INSTALLDIR=`$(OCAMLC) -where`

[...]
OCAMLC=ocamlc -g

[...]
install:
        cp cryptokit.cmi cryptokit.cma cryptokit.mli $(INSTALLDIR)
        cp libcryptokit.a $(INSTALLDIR)
[...]
-------------------

# ocamlc -g -where
/usr/local/lib/ocaml

The reason why I am requesting you is that I had to hack a many files
and I have two binaries (can't access to its source codes). Any of
ports need to follow the original as much as possible or the rest of
other libraries/applications have to be created many patches because
of our port is lacking follow upstream. I can create a patch if you
want me to.

Thanks,
Mezz


-- 
mezz.free...@gmail.com - m...@freebsd.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gn...@freebsd.org
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to