Date: Sun, 3 Mar 2024 10:04:26 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: 61c2850fdc5d - main - comms/anyremote: Move man pages to share/man Message-ID: <202403031004.423A4QBx091016@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=61c2850fdc5df15bc1e65dae1b951a046e78d574 commit 61c2850fdc5df15bc1e65dae1b951a046e78d574 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-03 09:32:58 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-03 10:04:08 +0000 comms/anyremote: Move man pages to share/man Approved by: portmgr (blanket) --- comms/anyremote/Makefile | 2 ++ comms/anyremote/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index 4356ca3df819..3215bcd14662 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -1,5 +1,6 @@ PORTNAME= anyremote PORTVERSION= 6.7.3 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= SF @@ -17,6 +18,7 @@ USES= alias iconv pkgconfig python shebangfix gnome xorg USE_GNOME= glib20 SHEBANG_FILES= cfg-data/Utils/all-in-1.py GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} diff --git a/comms/anyremote/pkg-plist b/comms/anyremote/pkg-plist index cbcf7341297f..c2484a6cdd7f 100644 --- a/comms/anyremote/pkg-plist +++ b/comms/anyremote/pkg-plist @@ -1,5 +1,5 @@ bin/anyremote -man/man1/anyremote.1.gz +share/man/man1/anyremote.1.gz %%DATADIR%%/cfg-data/AT-mode/all-in-one.cfg %%DATADIR%%/cfg-data/AT-mode/amarok.cfg %%DATADIR%%/cfg-data/AT-mode/amixer.cfg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403031004.423A4QBx091016>