diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index c1b746c49454..36d4a653dbbd 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,6 +1,6 @@ PORTNAME?= fetchmail DISTVERSION= 6.4.37 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= mail # The next line is inherited by the fetchmailconf dependent port, # do NOT replace fetchmail by ${PORTNAME} @@ -23,6 +23,7 @@ IGNORE_SSL_REASON= incompatible license/no GPLv2 clause 2b exception for LibreSS USE_RC_SUBR= fetchmail GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share # the added PYTHON=: suppresses python builds, # see ../../mail/fetchmailconf/ for the configuration tool @@ -91,7 +92,7 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/fetchmailrc.sample \ ${STAGEDIR}${PREFIX}/etc/fetchmailrc.sample ${RM} ${STAGEDIR}${PREFIX}/bin/fetchmailconf - ${RM} ${STAGEDIR}${PREFIX}/man/man1/fetchmailconf.1* + ${RM} ${STAGEDIR}${PREFIX}/share/man/man1/fetchmailconf.1* post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist index 115858f7da7c..fb4645320d4b 100644 --- a/mail/fetchmail/pkg-plist +++ b/mail/fetchmail/pkg-plist @@ -1,5 +1,5 @@ bin/fetchmail -man/man1/fetchmail.1.gz +share/man/man1/fetchmail.1.gz @comment %%NLS%%share/locale/ca/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/cs/LC_MESSAGES/fetchmail.mo @comment %%NLS%%share/locale/da/LC_MESSAGES/fetchmail.mo