diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
commit | b666502afda11878e1adfaefeff785ee6171024b (patch) | |
tree | 9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /shells/44bsd-csh/Makefile | |
parent | e1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff) |
Notes
Diffstat (limited to 'shells/44bsd-csh/Makefile')
-rw-r--r-- | shells/44bsd-csh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index d6d7e9ff0750..078ca9861d14 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -29,9 +29,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/csh ${PREFIX}/bin/44bsd-csh ${INSTALL_MAN} ${WRKSRC}/csh.1 ${PREFIX}/man/man1/44bsd-csh.1 .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/44bsd-csh - ${INSTALL_MAN} ${WRKSRC}/USD.doc/paper.ascii.gz \ - ${PREFIX}/share/doc/44bsd-csh + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/USD.doc/paper.ascii.gz ${DOCSDIR} .endif @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak |