diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile index a9175b993563..daa6d7be5b89 100644 --- a/sysutils/44bsd-more/Makefile +++ b/sysutils/44bsd-more/Makefile @@ -1,6 +1,6 @@ PORTNAME= 44bsd-more PORTVERSION= ${RELDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LOCAL/cy @@ -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 diff --git a/sysutils/44bsd-more/pkg-plist b/sysutils/44bsd-more/pkg-plist index cc3a9526a99c..4d18166fdadb 100644 --- a/sysutils/44bsd-more/pkg-plist +++ b/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