mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
mail/fetchmail: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
dc106b4614
commit
8e8dadbaf6
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user