mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/nx: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
ec2c4037ae
commit
096476845c
2 changed files with 13 additions and 10 deletions
|
@ -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= *
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue