aboutsummaryrefslogtreecommitdiff
path: root/www/nginx
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/nginx
parent2ed094adef32cc683a9a077f1c8eb2241754068a (diff)
downloadports-72fa01913d6a670015d043dc5d92fa3d849f08ab.tar.gz
ports-72fa01913d6a670015d043dc5d92fa3d849f08ab.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index e18aca01d390..a5cb24a6812a 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -390,7 +390,7 @@ do-install-NAXSI-on:
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/vim/vimfiles
cd ${WRKSRC}/contrib/vim && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/vim/vimfiles
- ${INSTALL_MAN} ${WRKSRC}/objs/nginx.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/objs/nginx.8 ${STAGEDIR}${PREFIX}/share/man/man8
${CAT} ${WRKSRC}/conf/nginx.conf >> ${STAGEDIR}${ETCDIR}/nginx.conf-dist
post-install-WWW-on: