Skip to content

Commit

Permalink
devel/ocaml-findlib: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 27, 2024
1 parent 9dbd084 commit a8770b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion devel/ocaml-findlib/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= findlib
PORTVERSION= 1.9.6
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.camlcity.org/download/
PKGNAMEPREFIX= ocaml-
Expand All @@ -17,7 +18,7 @@ USE_OCAML_CAMLP4=yes
USE_OCAML_FINDLIB=yes
OCAMLFIND_DEPEND= # Avoid dependency loop
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -bindir "${PREFIX}/bin" -mandir "${PREFIX}/man" \
CONFIGURE_ARGS= -bindir "${PREFIX}/bin" -mandir "${PREFIX}/share/man" \
-sitelib "${PREFIX}/${OCAML_SITELIBDIR}" \
-config "${PREFIX}/etc/findlib.conf"
MAKE_ENV= OCAML_LIBDIR="${PREFIX}/${OCAML_LIBDIR}"
Expand Down
8 changes: 4 additions & 4 deletions devel/ocaml-findlib/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bin/safe_camlp4
%%OCAML_SITELIBDIR%%/threads/META
%%OCAML_SITELIBDIR%%/unix/META
lib/ocaml/topfind
man/man1/ocamlfind.1.gz
man/man5/META.5.gz
man/man5/findlib.conf.5.gz
man/man5/site-lib.5.gz
share/man/man1/ocamlfind.1.gz
share/man/man5/META.5.gz
share/man/man5/findlib.conf.5.gz
share/man/man5/site-lib.5.gz

0 comments on commit a8770b7

Please sign in to comment.