diff options
author | naddy <naddy@FreeBSD.org> | 2002-05-03 22:32:21 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-05-03 22:32:21 +0000 |
commit | ad8b93f962912be143475a08556739bc8c6b7743 (patch) | |
tree | 663e5946aa3aea74dbeba49c883d6d632faca54c /shells/ksh93/Makefile | |
parent | eb24b3241467536d5c32e9d8ffda198115df9241 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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" |