git: a8c29c76946e - main - news/yydecode: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 11:33:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8c29c76946ea38cf783b80220fcf625243f0208 commit a8c29c76946ea38cf783b80220fcf625243f0208 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:32:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:32:47 +0000 news/yydecode: Moved man to share/man Approved by: portmgr (blanket) --- news/yydecode/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/news/yydecode/Makefile b/news/yydecode/Makefile index a41ce07aedd2..b4397afdb914 100644 --- a/news/yydecode/Makefile +++ b/news/yydecode/Makefile @@ -1,5 +1,6 @@ PORTNAME= yydecode PORTVERSION= 0.2.10 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF @@ -9,8 +10,9 @@ WWW= http://yydecode.sf.net/ USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/yydecode \ - man/man1/yydecode.1.gz + share/man/man1/yydecode.1.gz .include <bsd.port.mk>