aboutsummaryrefslogtreecommitdiffstats
path: root/www/node
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2010-10-26 22:25:25 +0800
committersunpoet <sunpoet@FreeBSD.org>2010-10-26 22:25:25 +0800
commit9c5f890ae7af2c8175c5314240ebda366688a800 (patch)
tree632e5cb63f53a2c8718a7f46290a1cc6e29eb31c /www/node
parente252731dfa711b44a8f1b2ae3f1292ff19394a69 (diff)
downloadfreebsd-ports-gnome-9c5f890ae7af2c8175c5314240ebda366688a800.tar.gz
freebsd-ports-gnome-9c5f890ae7af2c8175c5314240ebda366688a800.tar.zst
freebsd-ports-gnome-9c5f890ae7af2c8175c5314240ebda366688a800.zip
- Add CONFLICTS with www/node-devel
- Space/Tab twiddle PR: ports/151748 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Approved by: pgollucci (mentor, implicit)
Diffstat (limited to 'www/node')
-rw-r--r--www/node/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index b620cf2187e6..c574c7fc2f06 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -16,7 +16,7 @@ COMMENT= V8 javascript for client and server
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
-MAN1= node.1
+MAN1= node.1
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -25,6 +25,8 @@ USE_PYTHON= yes
ONLY_FOR_ARCHS= i386 amd64
MAKE_JOBS_SAFE= yes
+CONFLICTS= node-devel-[0-9]*
+
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST}
PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,}
@@ -36,6 +38,6 @@ do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} tools/waf-light ${WAF_ARGS} build)
post-install:
- @${INSTALL_MAN} ${WRKSRC}/doc/node.1 ${MANPREFIX}/man/man1
+ @${INSTALL_MAN} ${WRKSRC}/doc/node.1 ${MANPREFIX}/man/man1/
.include <bsd.port.mk>