summaryrefslogtreecommitdiff
path: root/misc/magicpoint/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-01-11 18:27:52 +0100
committerDirk Meyer <dinoex@FreeBSD.org>2024-01-11 18:27:52 +0100
commit5a142601f023a33980bcfa6fc1522cb68a616393 (patch)
tree10f1fd5d1dec2b7bb3a96a344e0280deec19ab08 /misc/magicpoint/Makefile
parentmultimedia/xanim: use ${PREFIX}/share/man (diff)
misc/magicpoint: use ${PREFIX}/share/man
Diffstat (limited to 'misc/magicpoint/Makefile')
-rw-r--r--misc/magicpoint/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index fd447b48478d..164fc757ba9e 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -1,6 +1,6 @@
PORTNAME= magicpoint
PORTVERSION= 1.13a
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES?= misc
MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
@@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-vflib --enable-locale --disable-freetype
CONFIGURE_ENV= mgp_cv_path_perl=${PERL}
CPPFLAGS+= -I..
+MAKE_ARGS+= MANPATH="${PREFIX}/share/man"
LATE_INSTALL_ARGS= install.man
PORTDOCS= ${DOCS} sample emacs-lisp scripts
@@ -68,7 +69,7 @@ post-build:
post-install:
${INSTALL_MAN} ${WRKSRC}/contrib/xmindpath/xmindpath.1 \
- ${STAGEDIR}${PREFIX}/man/man1/
+ ${STAGEDIR}${PREFIX}/share/man/man1/
${INSTALL} ${WRKSRC}/contrib/xmindpath/xmindpath \
${STAGEDIR}${PREFIX}/bin/
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmindpath