head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.3
date	2011.11.30.12.12.06;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.03.16.20.05;	author dhn;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.18.13.55.50;	author araujo;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Force commit to state the repocopy from www/node to www/node04 is complete

PR:		ports/162881
Submitted by:	sunpoet (myself)
Repocopied by:	marcus (portmgr)
Feature safe:	yes
@
text
@--- wscript.orig	2011-04-02 11:24:56.000000000 +0800
+++ wscript	2011-04-02 11:25:54.000000000 +0800
@@@@ -905,8 +905,6 @@@@
 
   # Only install the man page if it exists.
   # Do 'make doc install' to build and install it.
-  if os.path.exists('doc/node.1'):
-    bld.install_files('${PREFIX}/share/man/man1/', 'doc/node.1')
 
   bld.install_files('${PREFIX}/bin/', 'tools/node-waf', chmod=0755)
   bld.install_files('${LIBDIR}/node/wafadmin', 'tools/wafadmin/*.py')
@@@@ -918,7 +916,7 @@@@
   node_conf.target = 'tools/nodejs.pc'
   node_conf.dict = subflags(node)
 
-  bld.install_files('${LIBDIR}/pkgconfig', 'tools/nodejs.pc')
+  bld.install_files('${PREFIX}/libdata/pkgconfig', 'tools/nodejs.pc')
 
 def shutdown():
   Options.options.debug
@


1.2
log
@- Update to 0.4.5

PR:		ports/156120
Submitted by:	Jin-Sih Lin <linpct@@gmail.com> (maintainer)
@
text
@@


1.1
log
@- Merging from www/node-devel to www/node.
- Update to 0.4.2.

PR:		ports/154990
Submitted by:	Jin-Sih Lin <linpct@@gmail.com> (maintainer)
@
text
@d1 3
a3 3
--- wscript.orig	2011-03-03 03:10:26.000000000 -0300
+++ wscript	2011-02-03 05:46:45.000000000 -0200
@@@@ -878,8 +878,6 @@@@
d12 1
a12 1
@@@@ -891,7 +889,7 @@@@
@

