git: 17a8c6880db7 - main - sysutils/busybox: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 13:52:24 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=17a8c6880db7c1332e5885749da3a0b4b29b1ffc
commit 17a8c6880db7c1332e5885749da3a0b4b29b1ffc
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 13:32:59 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 13:52:02 +0000
sysutils/busybox: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
sysutils/busybox/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile
index bf66348b2dab..93e408323ec0 100644
--- a/sysutils/busybox/Makefile
+++ b/sysutils/busybox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= busybox
PORTVERSION= 1.36.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils misc shells
MASTER_SITES= https://busybox.net/downloads/
@@ -31,7 +31,7 @@ USE_GCC= yes
MAKE_ARGS= CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" \
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
SKIP_STRIP=y V=1
-PLIST_FILES= bin/busybox man/man1/busybox.1.gz
+PLIST_FILES= bin/busybox share/man/man1/busybox.1.gz
PORTDOCS= *
post-patch:
@@ -54,7 +54,7 @@ do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} busybox \
${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC}/docs && ${INSTALL_MAN} busybox.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
+ ${STAGEDIR}${PREFIX}/share/man/man1)
post-install-DOCS-on:
@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . \