Date: Thu, 22 Feb 2024 14:02:46 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: 34ea98703fe1 - main - comms/grig: Moved man to share/man Message-ID: <202402221402.41ME2ktj079468@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=34ea98703fe199b44b4a1b2dcca81fba002910cf commit 34ea98703fe199b44b4a1b2dcca81fba002910cf Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 13:55:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 14:02:18 +0000 comms/grig: Moved man to share/man Approved by: portmgr (blanket) --- comms/grig/Makefile | 3 ++- comms/grig/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/comms/grig/Makefile b/comms/grig/Makefile index a7c0376a05d6..c8015be67ba8 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -1,6 +1,6 @@ PORTNAME= grig PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org @@ -24,6 +24,7 @@ GH_TAGNAME= 9d79adb USE_GNOME= cairo gdkpixbuf2 gtk20 intltool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LIBS+= -lm diff --git a/comms/grig/pkg-plist b/comms/grig/pkg-plist index 36819efd7d4a..a5c337bab501 100644 --- a/comms/grig/pkg-plist +++ b/comms/grig/pkg-plist @@ -3,7 +3,7 @@ share/locale/de/LC_MESSAGES/grig.mo share/locale/it/LC_MESSAGES/grig.mo share/locale/fr/LC_MESSAGES/grig.mo share/locale/tr/LC_MESSAGES/grig.mo -man/man1/grig.1.gz +share/man/man1/grig.1.gz %%DATADIR%%/AUTHORS %%DATADIR%%/COPYING %%DATADIR%%/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221402.41ME2ktj079468>