Skip to content

Commit

Permalink
devel/omake: Moved man to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
nunotexbsd committed Feb 23, 2024
1 parent cc4077f commit 57c0901
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
3 changes: 1 addition & 2 deletions devel/omake/Makefile
@@ -1,6 +1,6 @@
PORTNAME= omake
DISTVERSION= 0.10.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://download.camlcity.org/download/

Expand All @@ -17,7 +17,6 @@ USE_OCAML= yes
NO_OCAML_RUNDEPENDS= yes
HAS_CONFIGURE= yes
MAKE_ENV= INSTALL_ROOT=${STAGEDIR}
MAKE_JOBS_UNSAFE= yes

INFO= omake-doc

Expand Down
13 changes: 13 additions & 0 deletions devel/omake/files/patch-mk_make__config
@@ -0,0 +1,13 @@
Manual patch for MANDIR, configure lacks -mandir option

--- mk/make_config.orig 2024-02-23 18:54:11 UTC
+++ mk/make_config
@@ -35,7 +35,7 @@ MakeConfig(CONFIG_FILE) =
include $(PRECONFIG_FILE)
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib
- MANDIR = $(PREFIX)/man
+ MANDIR = $(PREFIX)/share/man
export

#
4 changes: 2 additions & 2 deletions devel/omake/pkg-plist
Expand Up @@ -25,8 +25,8 @@ lib/omake/parse/LaTeX/Macros.om
lib/omake/parse/LaTeX/Parse.om
lib/omake/parse/LaTeX/Spell.om
lib/omake/web/simple-xml.om
man/man1/omake.1.gz
man/man1/osh.1.gz
share/man/man1/omake.1.gz
share/man/man1/osh.1.gz
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/omake-all-index.html
%%PORTDOCS%%%%DOCSDIR%%/omake-autoconf.html
Expand Down

0 comments on commit 57c0901

Please sign in to comment.