mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Install man page under ${MANPREFIX} rather than ${PREFIX}.
PR: 37670 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
This commit is contained in:
parent
57113fbd9f
commit
09bc821134
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58518
@ -32,7 +32,7 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/arch/freebsd.${ARCH}/bin/ksh \
|
||||
${PREFIX}/bin/ksh93
|
||||
${INSTALL_MAN} ${WRKSRC}/arch/freebsd.${ARCH}/man/man1/sh.1 \
|
||||
${PREFIX}/man/man1/ksh93.1
|
||||
${MANPREFIX}/man/man1/ksh93.1
|
||||
|
||||
post-install:
|
||||
@${ECHO} "updating /etc/shells"
|
||||
|
Loading…
Reference in New Issue
Block a user