Date: Sun, 25 Feb 2024 11:33:16 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: af784c932c76 - main - news/yencode: Moved man to share/man Message-ID: <202402251133.41PBXGJS068972@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=af784c932c7664608a23a051189801cd5f27ed9e commit af784c932c7664608a23a051189801cd5f27ed9e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:31:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:32:46 +0000 news/yencode: Moved man to share/man Approved by: portmgr (blanket) --- news/yencode/Makefile | 3 ++- news/yencode/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/news/yencode/Makefile b/news/yencode/Makefile index 299713741bd2..2b6a05749f42 100644 --- a/news/yencode/Makefile +++ b/news/yencode/Makefile @@ -1,6 +1,6 @@ PORTNAME= yencode PORTVERSION= 0.46 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= news MASTER_SITES= SF @@ -10,6 +10,7 @@ WWW= http://www.yencode.org/ USES= gettext GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/news/yencode/pkg-plist b/news/yencode/pkg-plist index 747404b927ce..66ce41278794 100644 --- a/news/yencode/pkg-plist +++ b/news/yencode/pkg-plist @@ -1,7 +1,7 @@ bin/ydecode bin/yencode bin/ypost -man/man1/ydecode.1.gz -man/man1/yencode.1.gz -man/man1/ypost.1.gz -man/man5/ypostrc.5.gz +share/man/man1/ydecode.1.gz +share/man/man1/yencode.1.gz +share/man/man1/ypost.1.gz +share/man/man5/ypostrc.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251133.41PBXGJS068972>