mail/archivesmtp: use ${PREFIX}/share/man

This commit is contained in:
Dirk Meyer 2024-01-11 17:50:51 +01:00
parent 77f59b584e
commit c137924437

View file

@ -1,6 +1,6 @@
PORTNAME= archivesmtp PORTNAME= archivesmtp
PORTVERSION= 1.2 PORTVERSION= 1.2
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= http://www.dancingfortune.com/projects/archivesmtp/files/ MASTER_SITES= http://www.dancingfortune.com/projects/archivesmtp/files/
@ -32,10 +32,10 @@ pre-build:
${CP} ${FILESDIR}/src-Makefile ${WRKSRC}/src/Makefile ${CP} ${FILESDIR}/src-Makefile ${WRKSRC}/src/Makefile
do-install: do-install:
${INSTALL} -s ${WRKSRC}/src/archivesmtp ${STAGEDIR}${PREFIX}/sbin ${INSTALL} -s ${WRKSRC}/src/archivesmtp ${STAGEDIR}${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/src/archivesmtp.8 ${STAGEDIR}${PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/src/archivesmtp.8 ${STAGEDIR}${PREFIX}/share/man/man8/
# Install sample configuration file # Install sample configuration file
${INSTALL_DATA} ${WRKSRC}/src/archivesmtp.conf.sample ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/src/archivesmtp.conf.sample ${STAGEDIR}${PREFIX}/etc/
# Create socket directory # Create socket directory
@${MKDIR} ${STAGEDIR}${SOCKETBASE}/${SOCKETDIR} @${MKDIR} ${STAGEDIR}${SOCKETBASE}/${SOCKETDIR}