aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-01-11 16:50:51 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2024-01-11 16:50:51 +0000
commitc1379244379d5e28ca47b35238f4c7371aefefc9 (patch)
tree34794170957f95aff09eb944fefe8d2517a744ab
parent77f59b584ea9e7b3f8c92d167a8775aad064e782 (diff)
downloadports-c1379244379d5e28ca47b35238f4c7371aefefc9.tar.gz
ports-c1379244379d5e28ca47b35238f4c7371aefefc9.zip
mail/archivesmtp: use ${PREFIX}/share/man
-rw-r--r--mail/archivesmtp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/archivesmtp/Makefile b/mail/archivesmtp/Makefile
index e016be072093..c9a71c71aac5 100644
--- a/mail/archivesmtp/Makefile
+++ b/mail/archivesmtp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= archivesmtp
PORTVERSION= 1.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.dancingfortune.com/projects/archivesmtp/files/
@@ -32,10 +32,10 @@ pre-build:
${CP} ${FILESDIR}/src-Makefile ${WRKSRC}/src/Makefile
do-install:
- ${INSTALL} -s ${WRKSRC}/src/archivesmtp ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/src/archivesmtp.8 ${STAGEDIR}${PREFIX}/man/man8
+ ${INSTALL} -s ${WRKSRC}/src/archivesmtp ${STAGEDIR}${PREFIX}/sbin/
+ ${INSTALL_MAN} ${WRKSRC}/src/archivesmtp.8 ${STAGEDIR}${PREFIX}/share/man/man8/
# 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
@${MKDIR} ${STAGEDIR}${SOCKETBASE}/${SOCKETDIR}