aboutsummaryrefslogtreecommitdiff
path: root/www/unit
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 16:27:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 16:27:53 +0000
commit72fa01913d6a670015d043dc5d92fa3d849f08ab (patch)
treed05da5bf55dcef351a6889c8391a8f3fc709f176 /www/unit
parent2ed094adef32cc683a9a077f1c8eb2241754068a (diff)
downloadports-72fa01913d6a670015d043dc5d92fa3d849f08ab.tar.gz
ports-72fa01913d6a670015d043dc5d92fa3d849f08ab.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'www/unit')
-rw-r--r--www/unit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/unit/Makefile b/www/unit/Makefile
index e28eea21323d..108c399030ab 100644
--- a/www/unit/Makefile
+++ b/www/unit/Makefile
@@ -135,7 +135,7 @@ post-install:
${ECHO_CMD} @dir ${UNIT_TMPDIR} >> ${TMPPLIST}
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules
${INSTALL_MAN} ${WRKSRC}/build/share/man/man8/unitd.8 \
- ${STAGEDIR}${MAN8PREFIX}/share/man/man8
+ ${STAGEDIR}${PREFIX}/share/man/man8
.endif
.include "../../www/unit/version.mk"