diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-29 22:38:38 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-29 23:25:56 +0100 |
commit | 8e8dadbaf649935e4f43bfea198bfe08947d8f60 (patch) | |
tree | 2d18b8daf6336d8a2eb326e72d1b6ee6e2a1e6e3 /mail/fetchmail | |
parent | dc106b461410a6013e468900840b63be84399c00 (diff) | |
download | freebsd-ports-8e8dadbaf649935e4f43bfea198bfe08947d8f60.zip |
mail/fetchmail: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 5 | ||||
-rw-r--r-- | mail/fetchmail/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
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 |