From 4692945dd2557b6e0252b06abbf67f28f5650cc2 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 22 Jan 2024 18:27:51 +0100 Subject: [PATCH] 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 64e15d6a72f85..435351a6f3e60 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 34510e49baf22..ce80428104253 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