Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2024 20:13:04 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ba1661171c9 - main - sysutils/worldtools: Move man pages to share/man
Message-ID:  <202403192013.42JKD4Jg073768@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ba1661171c906bfc8ae31fa90030fd7b60eb5e5

commit 2ba1661171c906bfc8ae31fa90030fd7b60eb5e5
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-19 20:10:50 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-19 20:12:43 +0000

    sysutils/worldtools: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/worldtools/Makefile  | 4 +---
 sysutils/worldtools/pkg-plist | 6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sysutils/worldtools/Makefile b/sysutils/worldtools/Makefile
index e21273d99f19..eea5bf6cb421 100644
--- a/sysutils/worldtools/Makefile
+++ b/sysutils/worldtools/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	worldtools
 PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://anarcat.ath.cx/software/distfiles/
 
@@ -11,6 +11,4 @@ USES=		perl5 uidfix shebangfix
 SHEBANG_FILES=	whereintheworld
 USE_PERL5=	run
 
-MAKE_ARGS=	SHAREDIR=${PREFIX}
-
 .include <bsd.port.mk>
diff --git a/sysutils/worldtools/pkg-plist b/sysutils/worldtools/pkg-plist
index 843306cb4e78..6e1a25ffd447 100644
--- a/sysutils/worldtools/pkg-plist
+++ b/sysutils/worldtools/pkg-plist
@@ -1,6 +1,6 @@
-man/man8/buildit.8.gz
-man/man8/upgrade.8.gz
-man/man8/whereintheworld.8.gz
 sbin/whereintheworld
 sbin/upgrade
 sbin/buildit
+share/man/man8/buildit.8.gz
+share/man/man8/upgrade.8.gz
+share/man/man8/whereintheworld.8.gz



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