lang/nickle: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-09 19:04:20 +00:00
parent 996f304834
commit e3664bff4e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= nickle
PORTVERSION= 2.97
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.nickle.org/release/
@ -15,6 +16,7 @@ USES= gmake localbase ncurses readline shebangfix
SHEBANG_FILES= bench/runbench.sh
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PORTEXAMPLES= *
# Nickle now has bindings which are likely to pull in libraries that need

View File

@ -10,7 +10,7 @@ include/nickle/opcode.h
include/nickle/ref.h
include/nickle/stack.h
include/nickle/value.h
man/man1/nickle.1.gz
share/man/man1/nickle.1.gz
%%DATADIR%%/COPYING
%%DATADIR%%/abort.5c
%%DATADIR%%/arc4.5c