Date: Sun, 17 Mar 2024 11:06:37 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: 0c65b1e1c922 - main - misc/cstream: Move man pages to share/man Message-ID: <202403171106.42HB6biO072710@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=0c65b1e1c922b6e9c0bf58f2bdf45e0ef37aac3d commit 0c65b1e1c922b6e9c0bf58f2bdf45e0ef37aac3d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-17 09:58:14 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-17 11:06:22 +0000 misc/cstream: Move man pages to share/man Approved by: portmgr (blanket) --- misc/cstream/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 27946426f7fe..6a9abe368bd8 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -1,5 +1,6 @@ PORTNAME= cstream PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.cons.org/cracauer/download/ @@ -11,9 +12,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/cstream \ - man/man1/cstream.1.gz + share/man/man1/cstream.1.gz post-patch: @${REINPLACE_CMD} -e \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171106.42HB6biO072710>