Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 10:20:33 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: 0d7ae038cf3c - main - editors/asedit: Impelled to share/man
Message-ID:  <202401241020.40OAKXaI055925@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=0d7ae038cf3cb30045ab7b13c89587a894af8bb3

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

    editors/asedit: Impelled to share/man
---
 editors/asedit/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile
index 8fcf6a21ec72..65da694ac52f 100644
--- a/editors/asedit/Makefile
+++ b/editors/asedit/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	asedit
 PORTVERSION=	1.3.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	editors
 MASTER_SITES=	XCONTRIB/editors
 
@@ -13,6 +13,8 @@ EXPIRATION_DATE=	2024-03-31
 USES=		imake:notall motif tar:Z xorg
 USE_XORG=	ice sm x11 xext xmu xt
 
+MAKE_ARGS=	MANDIR=${PREFIX}/share/man/man1
+
 PLIST_FILES=	bin/asedit \
 		lib/X11/app-defaults/Asedit \
 		lib/X11/app-defaults/Asedit-sgi \
@@ -20,7 +22,7 @@ PLIST_FILES=	bin/asedit \
 		lib/X11/app-defaults/Asedit_em-sgi \
 		lib/X11/asedit.hlp \
 		lib/X11/asedit_em.hlp \
-		man/man1/asedit.1.gz
+		share/man/man1/asedit.1.gz
 
 .include <bsd.port.pre.mk>
 



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