From e411bb15e3f7de4dcee825602e8534559e98222c Mon Sep 17 00:00:00 2001 From: Josh Wilsdon Date: Thu, 5 Jul 2012 20:27:09 -0700 Subject: [PATCH] RELENG-350 switch to /opt/local/bin/node for man build. --- configure | 2 +- man/src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 81ff6b0de..b2edd869c 100755 --- a/configure +++ b/configure @@ -56,7 +56,7 @@ if [ "${HAVE_PKG}" == "true" ]; then # nonglobal Zone for pkg in gmake binutils autoconf automake \ bison flex libtool-base python24 p5-XML-Parser \ - libxslt gcc-compiler sun-jre6 sun-jdk6 gmp mpfr; do + libxslt gcc-compiler sun-jre6 sun-jdk6 gmp mpfr nodejs; do pkg_info ${pkg} >/dev/null 2>&1 || pkgin -y install ${pkg} done fi diff --git a/man/src/Makefile b/man/src/Makefile index c798a70da..d48a89292 100644 --- a/man/src/Makefile +++ b/man/src/Makefile @@ -11,7 +11,7 @@ # ROOT=$(PWD) -RONNJS=/usr/node/bin/node $(ROOT)/../../tools/ronnjs/bin/ronn.js +RONNJS=/opt/local/bin/node $(ROOT)/../../tools/ronnjs/bin/ronn.js MANDIR=$(ROOT)/../man OUTFILE=$(MANDIR)/man$(SECTION)/$(basename $< .md) SECTION=$(shell basename $@ .roff | sed -e "s/.*\.//")