Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 19:24:52 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: 565a0cac07de - main - archivers/arj: Move manpages to ${PREFIX}/share
Message-ID:  <202401151924.40FJOq3h015204@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=565a0cac07de8b8029a7b904ce0c25b4e2ae5a00

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

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

diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile
index 75aeb3c65d76..4cc97a4858e8 100644
--- a/archivers/arj/Makefile
+++ b/archivers/arj/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	arj
 PORTVERSION=	3.10.22
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	archivers
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022:source \
 		DEBIAN_POOL:patch
@@ -30,7 +30,7 @@ PATCH_STRIP=	-p1
 
 PORTSCOUT=	skipv:3.10g
 
-GNU_CONFIGURE=	yes
+HAS_CONFIGURE=	yes
 AUTORECONF_WRKSRC=	${WRKSRC}/gnu
 CONFIGURE_WRKSRC=	${WRKSRC}/gnu
 MAKEFILE=	GNUmakefile
diff --git a/archivers/arj/pkg-plist b/archivers/arj/pkg-plist
index 98feae6e4806..a089a31a64c0 100644
--- a/archivers/arj/pkg-plist
+++ b/archivers/arj/pkg-plist
@@ -3,7 +3,7 @@ bin/arj-register
 bin/arjdisp
 bin/rearj
 lib/arj/arjcrypt.so
-man/man1/arj-register.1.gz
-man/man1/arj.1.gz
-man/man1/arjdisp.1.gz
-man/man1/rearj.1.gz
+share/man/man1/arj-register.1.gz
+share/man/man1/arj.1.gz
+share/man/man1/arjdisp.1.gz
+share/man/man1/rearj.1.gz



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