lang/nx: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 16:59:03 +01:00
parent ec2c4037ae
commit 096476845c
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91
2 changed files with 13 additions and 10 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= nx PORTNAME= nx
DISTVERSION= 2.4.0 DISTVERSION= 2.4.0
PORTREVISION= 0 PORTREVISION= 1
CATEGORIES= lang CATEGORIES= lang
MASTER_SITES= SF/next-scripting/${DISTVERSION}/ MASTER_SITES= SF/next-scripting/${DISTVERSION}/
DISTNAME= nsf${DISTVERSION} DISTNAME= nsf${DISTVERSION}
@ -15,6 +15,9 @@ OPTIONS_DEFINE= DOCS
USES+= gmake tcl:tea USES+= gmake tcl:tea
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= test TEST_TARGET= test
PLIST_SUB+= PKGNAME=${DISTNAME} PORTVERSION=${PORTVERSION} PLIST_SUB+= PKGNAME=${DISTNAME} PORTVERSION=${PORTVERSION}
PORTDOCS= * PORTDOCS= *

View file

@ -58,12 +58,12 @@ lib/%%PKGNAME%%/xotcl/serialize/Serializer.xotcl
lib/%%PKGNAME%%/xotcl/serialize/pkgIndex.tcl lib/%%PKGNAME%%/xotcl/serialize/pkgIndex.tcl
lib/%%PKGNAME%%/xotcl/xotcl2.tcl lib/%%PKGNAME%%/xotcl/xotcl2.tcl
lib/nsfConfig.sh lib/nsfConfig.sh
man/man1/nxsh.nx.1.gz share/man/man1/nxsh.nx.1.gz
man/man1/nxwish.nx.1.gz share/man/man1/nxwish.nx.1.gz
man/man1/xotclsh.nx.1.gz share/man/man1/xotclsh.nx.1.gz
man/man1/xowish.nx.1.gz share/man/man1/xowish.nx.1.gz
man/man3/Class.nx.3.gz share/man/man3/Class.nx.3.gz
man/man3/Object.nx.3.gz share/man/man3/Object.nx.3.gz
man/man3/configure.nx.3.gz share/man/man3/configure.nx.3.gz
man/man3/current.nx.3.gz share/man/man3/current.nx.3.gz
man/man3/next.nx.3.gz share/man/man3/next.nx.3.gz