diff --git a/mail/sortmail/Makefile b/mail/sortmail/Makefile index 9b240edc9523..21517e86784b 100644 --- a/mail/sortmail/Makefile +++ b/mail/sortmail/Makefile @@ -1,5 +1,6 @@ PORTNAME= sortmail PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/ @@ -13,7 +14,7 @@ NO_BUILD= yes do-install: .for f in recomposemail decomposemail sortmail ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/mail/sortmail/pkg-plist b/mail/sortmail/pkg-plist index d2aa63a12f68..c28d14927ce7 100644 --- a/mail/sortmail/pkg-plist +++ b/mail/sortmail/pkg-plist @@ -1,6 +1,6 @@ bin/decomposemail bin/recomposemail bin/sortmail -man/man1/decomposemail.1.gz -man/man1/recomposemail.1.gz -man/man1/sortmail.1.gz +share/man/man1/decomposemail.1.gz +share/man/man1/recomposemail.1.gz +share/man/man1/sortmail.1.gz