news/ifmail: use ${PREFIX}/share/man

This commit is contained in:
Dirk Meyer 2024-01-11 17:47:42 +01:00
parent c45bef1e39
commit 5158ff0f1d
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= ifmail
PORTVERSION= 2.15
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= news comms
MASTER_SITES= SUNSITE/system/fido
@ -58,10 +58,10 @@ pre-install:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/ifmail/*
.for i in ${LMAN8}
${INSTALL_MAN} ${WRKSRC}/ifgate/${i} ${STAGEDIR}${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/ifgate/${i} ${STAGEDIR}${PREFIX}/share/man/man8/
.endfor
.for i in ${LMAN3}
${INSTALL_MAN} ${WRKSRC}/iflib/${i} ${STAGEDIR}${PREFIX}/man/man3/
${INSTALL_MAN} ${WRKSRC}/iflib/${i} ${STAGEDIR}${PREFIX}/share/man/man3/
.endfor
post-install-DOCS-on:

View File

@ -1,6 +1,3 @@
man/man3/parsedate.3.gz
man/man8/ifmail.8.gz
man/man8/iftoss.8.gz
@owner ifmail
@group uucp
@mode 04711
@ -156,5 +153,8 @@ libexec/ifmail/nlpatch
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zmailer/routes
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zmailer/scheduler.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zmailer/sm.conf
share/man/man3/parsedate.3.gz
share/man/man8/ifmail.8.gz
share/man/man8/iftoss.8.gz
@preexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -v ^ifcico /etc/services.bak ; echo "ifcico 60179/tcp #ifcico server (ifmail)") > /etc/services
@postunexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -v ^ifcico /etc/services.bak ) > /etc/services