git: c1379244379d - main - mail/archivesmtp: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 16:50:59 UTC
The branch main has been updated by dinoex:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c1379244379d5e28ca47b35238f4c7371aefefc9
commit c1379244379d5e28ca47b35238f4c7371aefefc9
Author: Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-11 16:50:51 +0000
Commit: Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-11 16:50:51 +0000
mail/archivesmtp: use ${PREFIX}/share/man
---
mail/archivesmtp/Makefile | 8 ++++----
1 file 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}