Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 17:34:51 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4692945dd255 - main - mail/deforaos-mailer: Sanitize MANPREFIX
Message-ID:  <202401221734.40MHYpUV024198@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4692945dd2557b6e0252b06abbf67f28f5650cc2

commit 4692945dd2557b6e0252b06abbf67f28f5650cc2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 17:27:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 17:34:27 +0000

    mail/deforaos-mailer: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 mail/deforaos-mailer/Makefile  | 4 ++--
 mail/deforaos-mailer/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile
index 64e15d6a72f8..435351a6f3e6 100644
--- a/mail/deforaos-mailer/Makefile
+++ b/mail/deforaos-mailer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mailer
 PORTVERSION=	0.1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.defora.org/os/download/download/4426/
 PKGNAMEPREFIX=	deforaos-
@@ -24,7 +24,7 @@ USE_GNOME=	cairo gdkpixbuf2 gtk20
 USE_LDCONFIG=	yes
 
 MAKE_ARGS+=	PREFIX=${PREFIX}
-MAKE_ENV+=	MANDIR=${STAGEDIR}${MANPREFIX}/man
+MAKE_ENV+=	MANDIR=${STAGEDIR}${PREFIX}/share/man
 
 MAKE_JOBS_UNSAFE=	yes
 
diff --git a/mail/deforaos-mailer/pkg-plist b/mail/deforaos-mailer/pkg-plist
index 34510e49baf2..ce8042810425 100644
--- a/mail/deforaos-mailer/pkg-plist
+++ b/mail/deforaos-mailer/pkg-plist
@@ -18,8 +18,8 @@ lib/libMailer.so
 lib/libMailer.so.0
 lib/libMailer.so.0.0
 libdata/pkgconfig/Mailer.pc
-%%PORTDOCS%%man/man1/compose.1.gz
-%%PORTDOCS%%man/man1/mailer.1.gz
+%%PORTDOCS%%share/man/man1/compose.1.gz
+%%PORTDOCS%%share/man/man1/mailer.1.gz
 share/applications/deforaos-mailer.desktop
 share/icons/hicolor/16x16/apps/mailer-accounts.png
 share/icons/hicolor/16x16/apps/mailer-drafts.png



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