Skip to content

Commit

Permalink
devel/ocaml-camlp5: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 6, 2024
1 parent a30b751 commit 846b37d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions devel/ocaml-camlp5/Makefile
@@ -1,6 +1,6 @@
PORTNAME= camlp5
PORTVERSION= 7.14
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-

Expand All @@ -19,7 +19,7 @@ GH_TAGNAME= rel${PORTVERSION:S/.//}
USE_OCAML= yes
USE_PERL5= build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix ${PREFIX}
CONFIGURE_ARGS= --prefix ${PREFIX} --mandir ${PREFIX}/share/man
ALL_TARGET= world.opt
MAKE_JOBS_UNSAFE=yes

Expand Down
18 changes: 9 additions & 9 deletions devel/ocaml-camlp5/pkg-plist
Expand Up @@ -207,12 +207,12 @@ lib/ocaml/camlp5/token.cmx
lib/ocaml/camlp5/token.mli
lib/ocaml/camlp5/versdep.cmi
lib/ocaml/camlp5/versdep.cmx
man/man1/camlp5.1.gz
man/man1/camlp5o.1.gz
man/man1/camlp5o.opt.1.gz
man/man1/camlp5r.1.gz
man/man1/camlp5r.opt.1.gz
man/man1/camlp5sch.1.gz
man/man1/mkcamlp5.1.gz
man/man1/mkcamlp5.opt.1.gz
man/man1/ocpp5.1.gz
share/man/man1/camlp5.1.gz
share/man/man1/camlp5o.1.gz
share/man/man1/camlp5o.opt.1.gz
share/man/man1/camlp5r.1.gz
share/man/man1/camlp5r.opt.1.gz
share/man/man1/camlp5sch.1.gz
share/man/man1/mkcamlp5.1.gz
share/man/man1/mkcamlp5.opt.1.gz
share/man/man1/ocpp5.1.gz

0 comments on commit 846b37d

Please sign in to comment.