devel/cxmon: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-23 11:47:49 +01:00
parent 0681b59003
commit 6b9cbe4b92
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -1,5 +1,6 @@
PORTNAME= cxmon
PORTVERSION= 3.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://cxmon.cebix.net/downloads/
@ -8,8 +9,9 @@ COMMENT= Interactive file manipulation tool and disassembler
WWW= https://cxmon.cebix.net/
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>