Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 19:39:44 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d36ab057054 - main - editors/jed: Move manpages to ${PREFIX}/share
Message-ID:  <202401151939.40FJdiGd032683@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d36ab057054c6f1558c108a8b6e73efe6224f89

commit 6d36ab057054c6f1558c108a8b6e73efe6224f89
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-15 19:35:43 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-15 19:35:43 +0000

    editors/jed: Move manpages to ${PREFIX}/share
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 editors/jed/Makefile  | 4 ++--
 editors/jed/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index 9ea29d294503..c1d85a8bc144 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	jed
 DISTVERSION=	0.99-19
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	editors
 MASTER_SITES=	ftp://space.mit.edu/pub/davis/jed/v${PORTVERSION:R}/ \
 		ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v${PORTVERSION:R}/ \
@@ -25,7 +25,7 @@ HOSTLOOKUP_DESC=Look-up for hostname
 OPTIONS_SUB=	yes
 USES=		tar:bzip2
 DIST_SUBDIR=	jed
-GNU_CONFIGURE=	yes
+HAS_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 CONFIGURE_ENV+=	JED_ROOT=${PREFIX}/lib/jed
 
diff --git a/editors/jed/pkg-plist b/editors/jed/pkg-plist
index b7d08d82b6ae..d0fd2cfda90c 100644
--- a/editors/jed/pkg-plist
+++ b/editors/jed/pkg-plist
@@ -177,5 +177,5 @@ lib/jed/lib/wordstar.hlp
 lib/jed/lib/wordstar.sl
 lib/jed/lib/xformreg.sl
 lib/jed/lib/yankpop.sl
-man/man1/jed.1.gz
-man/man1/rgrep.1.gz
+share/man/man1/jed.1.gz
+share/man/man1/rgrep.1.gz



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