1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

news/yydecode: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 12:32:23 +01:00
parent af784c932c
commit a8c29c7694
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -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>