diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-03-01 20:06:44 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-03-01 21:11:22 +0000 |
commit | 7ddee4dde666ee642b4f4705e845861a82d0aece (patch) | |
tree | a66c191557dd8ea5208fc89a94c6145ccbfd2888 | |
parent | 84b52970479bfba7f06b9aa1c039aa5e63015894 (diff) |
-rw-r--r-- | shells/44bsd-csh/Makefile | 4 | ||||
-rw-r--r-- | shells/44bsd-csh/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index 8bdfaec3ae29..6ad2e33fad9f 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -1,6 +1,6 @@ PORTNAME= 44bsd-csh PORTVERSION= 20001106 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= shells MASTER_SITES= LOCAL/cy @@ -28,7 +28,7 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/csh ${STAGEDIR}${PREFIX}/bin/44bsd-csh - ${INSTALL_MAN} ${WRKSRC}/csh.1 ${STAGEDIR}${PREFIX}/man/man1/44bsd-csh.1 + ${INSTALL_MAN} ${WRKSRC}/csh.1 ${STAGEDIR}${PREFIX}/share/man/man1/44bsd-csh.1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/USD.doc/paper.ascii.gz ${STAGEDIR}${DOCSDIR} diff --git a/shells/44bsd-csh/pkg-plist b/shells/44bsd-csh/pkg-plist index 780de495222b..af3376177d9f 100644 --- a/shells/44bsd-csh/pkg-plist +++ b/shells/44bsd-csh/pkg-plist @@ -1,2 +1,2 @@ @shell bin/44bsd-csh -man/man1/44bsd-csh.1.gz +share/man/man1/44bsd-csh.1.gz |