summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-05-03 22:32:21 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-05-03 22:32:21 +0000
commit09bc821134793c1cc54971e169d9609cbaf1d1ac (patch)
treef829b356ef4b5b30e762d1d2007d2abcc4707698 /shells
parentCorrect the library search path in imlib-config. (diff)
Install man page under ${MANPREFIX} rather than ${PREFIX}.
PR: 37670 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
Notes
Notes: svn path=/head/; revision=58518
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh93/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index 17bd9c7fd86d..08ae50fa0c04 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -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"