Skip to content

Commit

Permalink
sysutils/44bsd-more: move man page
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuber committed Mar 1, 2024
1 parent 7ddee4d commit df10dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sysutils/44bsd-more/Makefile
@@ -1,6 +1,6 @@
PORTNAME= 44bsd-more
PORTVERSION= ${RELDATE}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= LOCAL/cy

Expand Down Expand Up @@ -32,7 +32,7 @@ post-patch:

do-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_MAN} ${WRKSRC}/more.1 ${STAGEDIR}${PREFIX}/man/man1/44bsd-more.1
${INSTALL_MAN} ${WRKSRC}/more.1 ${STAGEDIR}${PREFIX}/share/man/man1/44bsd-more.1
.for f in default.morerc less.morerc most.morerc
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
Expand Down
2 changes: 1 addition & 1 deletion sysutils/44bsd-more/pkg-plist
@@ -1,5 +1,5 @@
bin/44bsd-more
man/man1/44bsd-more.1.gz
share/man/man1/44bsd-more.1.gz
share/misc/44bsd-more.help
share/examples/44bsd-more/default.morerc
share/examples/44bsd-more/less.morerc
Expand Down

0 comments on commit df10dcd

Please sign in to comment.