diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-26 14:25:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-26 14:25:25 +0000 |
commit | 016dabe655730721e5813ccf6ecb36378d8b0165 (patch) | |
tree | e172ec62a9795e25b1ff0a89d19b7831aa48d1ef /www | |
parent | bcce1a8c6b14858a1a9d833a65ebbb42deec75be (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/node/Makefile | 6 | ||||
-rw-r--r-- | www/node04/Makefile | 6 |
2 files changed, 8 insertions, 4 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> diff --git a/www/node04/Makefile b/www/node04/Makefile index b620cf2187e6..c574c7fc2f06 100644 --- a/www/node04/Makefile +++ b/www/node04/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> |