Skip to content

Commit

Permalink
editors/mg: Install man pages under share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Jehops committed Feb 27, 2024
1 parent ebaf6e4 commit 1169e20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions editors/mg/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mg
DISTVERSION= 20231016
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= editors
MASTER_SITES= https://hydrus.org.uk/downloads/
Expand All @@ -11,7 +12,7 @@ WWW= https://man.openbsd.org/mg
LICENSE= PD

USES= ncurses uidfix
MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man \
MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/share/man/man \
NCURSESLIB=${NCURSESLIB} NCURSESINC=${NCURSESINC}
FLAVORS= dynamic static
FLAVOR?= ${FLAVORS:[1]}
Expand All @@ -22,7 +23,7 @@ MAKE_ARGS+= NO_SHARED=yes
PLIST_FILES= /rescue/mg
.else
PLIST_FILES= bin/mg \
man/man1/mg.1.gz
share/man/man1/mg.1.gz
PORTDOCS= README tutorial
OPTIONS_DEFINE= DOCS
.endif
Expand Down

0 comments on commit 1169e20

Please sign in to comment.