git: 5f7cf86eaf3f - main - mail/sigrot: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 18:21:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f7cf86eaf3f2344d02076b78977bbb141cffeca commit 5f7cf86eaf3f2344d02076b78977bbb141cffeca Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 17:55:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 18:20:56 +0000 mail/sigrot: Moved man to share/man Approved by: portmgr (blanket) --- mail/sigrot/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile index 826e1234493e..f262851e611a 100644 --- a/mail/sigrot/Makefile +++ b/mail/sigrot/Makefile @@ -1,5 +1,6 @@ PORTNAME= sigrot PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SUNSITE/system/mail/misc DISTNAME= ${PORTNAME}_v${PORTVERSION} @@ -8,8 +9,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Util to rotate your mail/news signature MAKE_ARGS= DEST="${STAGEDIR}${PREFIX}/bin" \ - MANDEST="${STAGEDIR}${PREFIX}/man/man1" + MANDEST="${STAGEDIR}${PREFIX}/share/man/man1" -PLIST_FILES= bin/sigrot man/man1/sigrot.1.gz +PLIST_FILES= bin/sigrot share/man/man1/sigrot.1.gz .include <bsd.port.mk>