Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 10:20:34 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: db8c59bd4178 - main - editors/aewan: Impelled to share/man
Message-ID:  <202401241020.40OAKYEM055970@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=db8c59bd4178caa777d5d3e4509746b02bedf584

commit db8c59bd4178caa777d5d3e4509746b02bedf584
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-24 09:42:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-24 10:20:13 +0000

    editors/aewan: Impelled to share/man
---
 editors/aewan/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile
index bf53fcac1446..11b4a20c2069 100644
--- a/editors/aewan/Makefile
+++ b/editors/aewan/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	aewan
 PORTVERSION=	1.0.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -14,12 +14,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		gmake ncurses
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/aecat bin/aewan bin/aemakeflic \
-		man/man1/aecat.1.gz \
-		man/man1/aewan.1.gz \
-		man/man1/aemakeflic.1.gz \
-		man/man5/aewan.5.gz
+		share/man/man1/aecat.1.gz \
+		share/man/man1/aewan.1.gz \
+		share/man/man1/aemakeflic.1.gz \
+		share/man/man5/aewan.5.gz
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS



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