summaryrefslogtreecommitdiffstats
path: root/shells/ksh93/Makefile
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-05-03 22:32:21 +0000
committernaddy <naddy@FreeBSD.org>2002-05-03 22:32:21 +0000
commitad8b93f962912be143475a08556739bc8c6b7743 (patch)
tree663e5946aa3aea74dbeba49c883d6d632faca54c /shells/ksh93/Makefile
parenteb24b3241467536d5c32e9d8ffda198115df9241 (diff)
downloadFreeBSD-ports-ad8b93f962912be143475a08556739bc8c6b7743.zip
FreeBSD-ports-ad8b93f962912be143475a08556739bc8c6b7743.tar.gz
Install man page under ${MANPREFIX} rather than ${PREFIX}.
PR: 37670 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
Diffstat (limited to 'shells/ksh93/Makefile')
-rw-r--r--shells/ksh93/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index 17bd9c7..08ae50f 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"
OpenPOWER on IntegriCloud