Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 20:44:10 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: 530a551b0a4c - main - misc/xdelta: Moved man to share/man
Message-ID:  <202402242044.41OKiARU056286@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=530a551b0a4cf3177ba8943f83acc52444e65856

commit 530a551b0a4cf3177ba8943f83acc52444e65856
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 20:42:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 20:43:23 +0000

    misc/xdelta: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/xdelta/Makefile  | 3 ++-
 misc/xdelta/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile
index 806f6e44fc72..4a067c0f1c11 100644
--- a/misc/xdelta/Makefile
+++ b/misc/xdelta/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xdelta
 PORTVERSION=	1.1.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	misc devel
 MASTER_SITES=	http://www.mirrorservice.org/sites/vectorlinux.com/veclinux-6.0/source/extra/x-apps/xdelta/1.1.4/src/
 
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		gnome libtool pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 
 post-install:
diff --git a/misc/xdelta/pkg-plist b/misc/xdelta/pkg-plist
index c8cebd856b23..b620bd5d4c6c 100644
--- a/misc/xdelta/pkg-plist
+++ b/misc/xdelta/pkg-plist
@@ -13,4 +13,4 @@ lib/libxdelta.so
 lib/libxdelta.so.2
 lib/libxdelta.so.2.0.0
 share/aclocal/xdelta.m4
-man/man1/xdelta.1.gz
+share/man/man1/xdelta.1.gz



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