diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-03 23:25:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-03 23:25:16 +0800 |
commit | 4788f71c2f9a0f3adbedab601c5e24a096b8d8e2 (patch) | |
tree | 9e98737bc9c65b0875515b15b1a36e3052150a09 /ftp | |
parent | 1d092234e89f2f2515bee50a7185d9633d5aaafb (diff) | |
download | freebsd-ports-gnome-4788f71c2f9a0f3adbedab601c5e24a096b8d8e2.tar.gz freebsd-ports-gnome-4788f71c2f9a0f3adbedab601c5e24a096b8d8e2.tar.zst freebsd-ports-gnome-4788f71c2f9a0f3adbedab601c5e24a096b8d8e2.zip |
Fix packaging
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 |