Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2024 20:18:58 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c1448794b549 - main - sysutils/xstow: Move man pages to share/man
Message-ID:  <202403222018.42MKIw2g084954@gitrepo.freebsd.org>

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

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

commit c1448794b5491152169fbc36e766297cf828e286
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 20:05:29 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 20:18:21 +0000

    sysutils/xstow: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/xstow/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile
index 4757ea8f56ea..fb1553e6638a 100644
--- a/sysutils/xstow/Makefile
+++ b/sysutils/xstow/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xstow
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/
 
@@ -11,14 +12,15 @@ LICENSE=	GPLv2
 
 USES=		tar:bzip2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .if defined(WITH_DEBUG)
 CONFIGURE_ARGS+=	--enable-debug
 .endif
 
 PLIST_FILES=	bin/merge-info bin/xstow \
-		man/man1/merge-info.1.gz man/man1/xstow.1.gz \
-		man/man5/xstow.ini.5.gz
+		share/man/man1/merge-info.1.gz share/man/man1/xstow.1.gz \
+		share/man/man5/xstow.ini.5.gz
 PORTDOCS=	AUTHORS ChangeLog NEWS README TODO xstow.html \
 		xstow.ini xstow.ini.html
 



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