aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 10:47:49 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 11:25:01 +0000
commit6b9cbe4b92399e6a162d0d24fc36fb39de67d5ca (patch)
treeed8ebf2863387c476751322af704cbe8b97fbdf3
parent0681b59003643c8eae2afc0df3cc3cbd3ad966b9 (diff)
downloadports-6b9cbe4b92399e6a162d0d24fc36fb39de67d5ca.tar.gz
ports-6b9cbe4b92399e6a162d0d24fc36fb39de67d5ca.zip
devel/cxmon: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/cxmon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cxmon/Makefile b/devel/cxmon/Makefile
index a00f74719ca3..3b6e5fa3482e 100644
--- a/devel/cxmon/Makefile
+++ b/devel/cxmon/Makefile
@@ -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>