Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2024 12:36:10 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: c87bcc0ed2b2 - main - deskutils/xpad3: Move man pages to share/man
Message-ID:  <202403031236.423CaAGR044739@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=c87bcc0ed2b297fd115c856c18f04196fddcf4f6

commit c87bcc0ed2b297fd115c856c18f04196fddcf4f6
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-03 12:24:16 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-03 12:35:44 +0000

    deskutils/xpad3: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 deskutils/xpad3/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/deskutils/xpad3/Makefile b/deskutils/xpad3/Makefile
index f45346332ed6..bfc64bafccf0 100644
--- a/deskutils/xpad3/Makefile
+++ b/deskutils/xpad3/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xpad
 PORTVERSION=	3.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	deskutils
 MASTER_SITES=	http://launchpad.net/xpad/stable/${PORTVERSION}/+download/
 PKGNAMESUFFIX=	3
@@ -24,6 +24,7 @@ CONFLICTS_INSTALL=	xpad
 USE_XORG=	x11 sm ice
 USE_GNOME=	gtk20 intltool cairo
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 NLS_USES=		gettext
 NLS_CPPFLAGS=		${CXXFLAGS} -I${LOCALBASE}/include
@@ -55,7 +56,7 @@ share/locale/zh_TW/LC_MESSAGES/xpad.mo
 
 PLIST_FILES=	\
 bin/xpad \
-man/man1/xpad.1.gz \
+share/man/man1/xpad.1.gz \
 share/applications/xpad.desktop \
 share/icons/hicolor/scalable/apps/xpad.svg
 



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