Skip to content

Commit

Permalink
misc/clex: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 1014b03 commit 2cad96c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions misc/clex/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= clex
PORTVERSION= 4.7
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= https://github.com/xitop/${PORTNAME}/releases/download/v${PORTVERSION}/

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

Expand Down

0 comments on commit 2cad96c

Please sign in to comment.