Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2024 16:35:06 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: d3ffc561fab2 - main - mail/pathalias: use ${PREFIX}/share/man
Message-ID:  <202401111635.40BGZ6tb027173@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=d3ffc561fab2c74f388c79204f43102a00a1e3e0

commit d3ffc561fab2c74f388c79204f43102a00a1e3e0
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-11 16:34:50 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-11 16:34:50 +0000

    mail/pathalias: use ${PREFIX}/share/man
---
 mail/pathalias/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mail/pathalias/Makefile b/mail/pathalias/Makefile
index 3786cc126efb..62833333a304 100644
--- a/mail/pathalias/Makefile
+++ b/mail/pathalias/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pathalias
 PORTVERSION=	9.16
+PORTREVISIOMN=	1
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.dinoex.de/pub/approved/
 
@@ -10,10 +11,10 @@ USES=		tar:Z
 
 ALL_TARGET=	pathalias
 
-PLIST_FILES=	bin/pathalias man/man8/pathalias.8.gz
+PLIST_FILES=	bin/pathalias share/man/man8/pathalias.8.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pathalias ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/pathalias.8 ${STAGEDIR}${PREFIX}/man/man8/
+	${INSTALL_MAN} ${WRKSRC}/pathalias.8 ${STAGEDIR}${PREFIX}/share/man/man8/
 
 .include <bsd.port.mk>



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