Skip to content

Commit

Permalink
RELENG-350 switch to /opt/local/bin/node for man build.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsdon committed Jul 6, 2012
1 parent 8644886 commit e411bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/src/Makefile
Expand Up @@ -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/.*\.//")
Expand Down

0 comments on commit e411bb1

Please sign in to comment.