aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:54:49 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:54:49 +0000
commit2cad96c0cc9f87e85d335cf198b540162c0288ee (patch)
tree5f8975d10ebd5e52ce66d5daa422811bba4397c7
parent1014b03b75a38ab6f4eae7d7849746d2e1af1a75 (diff)
downloadports-2cad96c0cc9f87e85d335cf198b540162c0288ee.tar.gz
ports-2cad96c0cc9f87e85d335cf198b540162c0288ee.zip
misc/clex: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/clex/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/clex/Makefile b/misc/clex/Makefile
index 2be6f065a537..5bbe6a09f280 100644
--- a/misc/clex/Makefile
+++ b/misc/clex/Makefile
@@ -1,5 +1,6 @@
PORTNAME= clex
PORTVERSION= 4.7
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= https://github.com/xitop/${PORTNAME}/releases/download/v${PORTVERSION}/
@@ -12,11 +13,12 @@ LICENSE= GPLv2
USES= ncurses gmake
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/clex bin/cfg-clex bin/kbd-test \
- man/man1/cfg-clex.1.gz \
- man/man1/clex.1.gz \
- man/man1/kbd-test.1.gz
+ share/man/man1/cfg-clex.1.gz \
+ share/man/man1/clex.1.gz \
+ share/man/man1/kbd-test.1.gz
PORTDOCS= AUTHORS ChangeLog README