From a8c29c76946ea38cf783b80220fcf625243f0208 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 25 Feb 2024 12:32:23 +0100 Subject: [PATCH] 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