View | Details | Raw Unified | Return to bug 221045
Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	nx
4
PORTNAME=	nx
5
DISTVERSION=	2.1.0
5
DISTVERSION=	2.1.0
6
PORTREVISION=	1
6
CATEGORIES=	lang
7
CATEGORIES=	lang
7
MASTER_SITES=	SF/next-scripting/${DISTVERSION}/
8
MASTER_SITES=	SF/next-scripting/${DISTVERSION}/
8
DISTNAME=	nsf${DISTVERSION}
9
DISTNAME=	nsf${DISTVERSION}
Lines 14-21 Link Here
14
15
15
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
16
17
17
CONFLICTS=	xotcl-1.*
18
19
USES+=		gmake tcl:85+,tea
18
USES+=		gmake tcl:85+,tea
20
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
21
TEST_TARGET=	test
20
TEST_TARGET=	test
Lines 22-27 Link Here
22
PLIST_SUB+=	PKGNAME=${DISTNAME}
21
PLIST_SUB+=	PKGNAME=${DISTNAME}
23
PORTDOCS=	*
22
PORTDOCS=	*
24
23
24
post-patch:
25
	cd ${WRKSRC}/doc && for f in *.1; do mv $$f $${f%.1}.nx.1; done
26
	cd ${WRKSRC}/doc && for f in *.3; do mv $$f $${f%.3}.nx.3; done
27
25
post-install:
28
post-install:
26
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
29
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
27
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
30
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
(-)pkg-plist (-9 / +9 lines)
Lines 58-69 Link Here
58
lib/%%PKGNAME%%/xotcl/serialize/pkgIndex.tcl
58
lib/%%PKGNAME%%/xotcl/serialize/pkgIndex.tcl
59
lib/%%PKGNAME%%/xotcl/xotcl2.tcl
59
lib/%%PKGNAME%%/xotcl/xotcl2.tcl
60
lib/nsfConfig.sh
60
lib/nsfConfig.sh
61
man/man1/nxsh.1.gz
61
man/man1/nxsh.nx.1.gz
62
man/man1/nxwish.1.gz
62
man/man1/nxwish.nx.1.gz
63
man/man1/xotclsh.1.gz
63
man/man1/xotclsh.nx.1.gz
64
man/man1/xowish.1.gz
64
man/man1/xowish.nx.1.gz
65
man/man3/Class.3.gz
65
man/man3/Class.nx.3.gz
66
man/man3/Object.3.gz
66
man/man3/Object.nx.3.gz
67
man/man3/configure.3.gz
67
man/man3/configure.nx.3.gz
68
man/man3/current.3.gz
68
man/man3/current.nx.3.gz
69
man/man3/next.3.gz
69
man/man3/next.nx.3.gz

Return to bug 221045