diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-03 15:25:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-03 15:25:16 +0000 |
commit | 1afa140d23724dfb418f9a5f9f679ef058b86e29 (patch) | |
tree | 9e98737bc9c65b0875515b15b1a36e3052150a09 /ftp | |
parent | d7d3d4d94fb193ab978b1381339c3da7cc5a43e2 (diff) | |
download | ports-1afa140d23724dfb418f9a5f9f679ef058b86e29.tar.gz ports-1afa140d23724dfb418f9a5f9f679ef058b86e29.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 1 | ||||
-rw-r--r-- | ftp/ocaml-ocurl/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index bef0bdb2da9a..d3616c762e28 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -26,5 +26,6 @@ MAKE_JOBS_UNSAFE= yes USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes +OCAML_PKGDIRS= curl .include <bsd.port.mk> diff --git a/ftp/ocaml-ocurl/pkg-plist b/ftp/ocaml-ocurl/pkg-plist index 11962ef45b0c..38d4eb2254a4 100644 --- a/ftp/ocaml-ocurl/pkg-plist +++ b/ftp/ocaml-ocurl/pkg-plist @@ -4,4 +4,3 @@ %%OCAML_SITELIBDIR%%/curl/curl.cmi %%OCAML_SITELIBDIR%%/curl/curl.cmxa %%OCAML_SITELIBDIR%%/curl/libcurl-helper.a -@dirrm %%OCAML_SITELIBDIR%%/curl |