Date: Sun, 3 Mar 2024 12:36:09 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: 5508f4b38897 - main - deskutils/xpad: Move man pages to share/man Message-ID: <202403031236.423Ca9iZ044691@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=5508f4b3889783a9010b29e2c3bf4c8ac6a2516f commit 5508f4b3889783a9010b29e2c3bf4c8ac6a2516f Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-03 12:21:35 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-03 12:35:44 +0000 deskutils/xpad: Move man pages to share/man Approved by: portmgr (blanket) --- deskutils/xpad/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 988afd530e00..8480d5cc1ee9 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -1,6 +1,6 @@ PORTNAME= xpad PORTVERSION= 5.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ @@ -28,10 +28,11 @@ USE_GNOME= gtk30 gtksourceview4 cairo gdkpixbuf2 CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PORTDOCS= * 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 \ share/metainfo/xpad.appdata.xml \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403031236.423Ca9iZ044691>