aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-01-11 16:49:21 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2024-01-11 16:49:21 +0000
commitf612d89cf04d04f7c31a1222de4033c440a4acc3 (patch)
tree738d6463e975443f69a05e6938bab84fdd5d982b
parent06b6ec6e008548fd60da2e388fe69c7882b49df6 (diff)
downloadports-f612d89cf04d04f7c31a1222de4033c440a4acc3.tar.gz
ports-f612d89cf04d04f7c31a1222de4033c440a4acc3.zip
misc/estic: use ${PREFIX}/share/man
-rw-r--r--misc/estic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile
index 77db9e30aa9d..24756aa50f98 100644
--- a/misc/estic/Makefile
+++ b/misc/estic/Makefile
@@ -19,7 +19,7 @@ NO_WRKSUBDIR= yes
# Personal Preferences, Where to install.
PBX_VAR=${STAGEDIR}${PREFIX}/var/log/pbx
PBX_ETC=${STAGEDIR}${PREFIX}/etc/pbx
-PBX_MAN=${STAGEDIR}${PREFIX}/man/man1
+PBX_MAN=${STAGEDIR}${PREFIX}/share/man/man1
PBX_BIN=${STAGEDIR}${PREFIX}/bin
PBX_DOC=${STAGEDIR}${DOCSDIR}
ESTIC=${WRKSRC}/estic