git: 2159833d867d - main - mail/renattach: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 18:21:18 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2159833d867d45f2fc1202e44756be13d08f0ba3 commit 2159833d867d45f2fc1202e44756be13d08f0ba3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 17:55:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 18:20:56 +0000 mail/renattach: Moved man to share/man Approved by: portmgr (blanket) --- mail/renattach/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/renattach/Makefile b/mail/renattach/Makefile index de2a3d293255..f1811ba43566 100644 --- a/mail/renattach/Makefile +++ b/mail/renattach/Makefile @@ -1,6 +1,6 @@ PORTNAME= renattach PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.pc-tools.net/files/unix/ @@ -12,11 +12,12 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README PLIST_FILES= bin/renattach \ "@sample etc/renattach.conf.sample" \ - man/man1/renattach.1.gz + share/man/man1/renattach.1.gz OPTIONS_DEFINE= DOCS