Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 17:03:18 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: 6002f90b97fd - main - mail/asmail: Moved man to share/man
Message-ID:  <202402241703.41OH3IPc076947@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=6002f90b97fd1a24627874af6545bc11a1ea2b36

commit 6002f90b97fd1a24627874af6545bc11a1ea2b36
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 16:38:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 16:38:15 +0000

    mail/asmail: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 mail/asmail/Makefile  | 3 ++-
 mail/asmail/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile
index 92f36f485758..337844551dbc 100644
--- a/mail/asmail/Makefile
+++ b/mail/asmail/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	asmail
 PORTVERSION=	2.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail afterstep
 MASTER_SITES=	AFTERSTEP/apps/asmail/ \
 		http://tigr.net/afterstep/download/asmail/
@@ -12,6 +12,7 @@ WWW=		https://tigr.net/afterstep/
 USES=		ssl xorg
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--enable-shaping \
 		--with-xpm \
 		--with-xpm-includes=${LOCALBASE}/include \
diff --git a/mail/asmail/pkg-plist b/mail/asmail/pkg-plist
index bd6df58ee40f..ba87d29033db 100644
--- a/mail/asmail/pkg-plist
+++ b/mail/asmail/pkg-plist
@@ -1,6 +1,6 @@
 bin/asmail
-man/man1/asmail.1.gz
-man/man5/asmailrc.5.gz
+share/man/man1/asmail.1.gz
+share/man/man5/asmailrc.5.gz
 %%DATADIR%%/pixmaps/e-no.xpm
 %%DATADIR%%/pixmaps/e0.xpm
 %%DATADIR%%/pixmaps/e1.xpm



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