aboutsummaryrefslogtreecommitdiff
path: root/sysutils/host-setup
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 11:11:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 11:11:45 +0000
commit220062a3a1c35cc4deb0b363bdc27d09b492bf2e (patch)
tree94886182af433c113ad6192a5b60b791dabc6578 /sysutils/host-setup
parent20498f8c5b9fa4f5a64966de0df96dd16bce3dbc (diff)
downloadports-220062a3a1c35cc4deb0b363bdc27d09b492bf2e.tar.gz
ports-220062a3a1c35cc4deb0b363bdc27d09b492bf2e.zip
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'sysutils/host-setup')
-rw-r--r--sysutils/host-setup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/host-setup/Makefile b/sysutils/host-setup/Makefile
index b69bbf94bb1a..6dc714f40be5 100644
--- a/sysutils/host-setup/Makefile
+++ b/sysutils/host-setup/Makefile
@@ -1,5 +1,6 @@
PORTNAME= host-setup
PORTVERSION= 4.0.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/
@@ -10,10 +11,10 @@ WWW= https://druidbsd.sourceforge.net/
NO_ARCH= yes
NO_BUILD= yes
-PLIST_FILES= sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES= sbin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>