Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2024 16:50:59 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c1379244379d - main - mail/archivesmtp: use ${PREFIX}/share/man
Message-ID:  <202401111650.40BGox9r056324@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401111650.40BGox9r056324>