git: d3ffc561fab2 - main - mail/pathalias: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 16:35:06 UTC
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>