diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-03 19:36:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-03 19:36:24 +0800 |
commit | 16a8fcd30688a177e965707df363fc9360c9fd9c (patch) | |
tree | 97daa915b3c02793adf663156764f8306361c8ac /devel | |
parent | d98c416c6f9fc9da037b5f689765a8c5c8f18eda (diff) | |
download | freebsd-ports-gnome-16a8fcd30688a177e965707df363fc9360c9fd9c.tar.gz freebsd-ports-gnome-16a8fcd30688a177e965707df363fc9360c9fd9c.tar.zst freebsd-ports-gnome-16a8fcd30688a177e965707df363fc9360c9fd9c.zip |
Fix packaging
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-ulex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ocaml-ulex/Makefile b/devel/ocaml-ulex/Makefile index f89af851d0b8..09d326fcab1c 100644 --- a/devel/ocaml-ulex/Makefile +++ b/devel/ocaml-ulex/Makefile @@ -20,6 +20,7 @@ USE_OCAMLFIND_PLIST= yes ALL_TARGET= all all.opt MAKE_JOBS_UNSAFE= yes +DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= * OPTIONS_DEFINE= DOCS |