aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 11:32:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 11:32:47 +0000
commita8c29c76946ea38cf783b80220fcf625243f0208 (patch)
tree3dbc24156e44e4a75f4a8d4b69609c52819a68a5
parentaf784c932c7664608a23a051189801cd5f27ed9e (diff)
downloadports-a8c29c76946ea38cf783b80220fcf625243f0208.tar.gz
ports-a8c29c76946ea38cf783b80220fcf625243f0208.zip
news/yydecode: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--news/yydecode/Makefile4
1 files changed, 3 insertions, 1 deletions
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>