Date: Sun, 12 Jun 2011 17:09:25 GMT From: Steve Wills <swills@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/157798: [PATCH] archivers/ruby-bz2 should use ${RUBY_RDOC} instead of calling rdoc directly Message-ID: <201106121709.p5CH9Pq9039181@red.freebsd.org> Resent-Message-ID: <201106121710.p5CHA9uq068038@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 157798 >Category: ports >Synopsis: [PATCH] archivers/ruby-bz2 should use ${RUBY_RDOC} instead of calling rdoc directly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 12 17:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: >Organization: >Environment: >Description: archivers/ruby-bz2 should use ${RUBY_RDOC} instead of calling rdoc directly. This will help with the ruby 1.9 transition. Please see attached patch. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/ruby-bz2/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 24 Mar 2007 14:03:00 -0000 1.18 +++ Makefile 12 Jun 2011 17:04:56 -0000 @@ -34,7 +34,7 @@ post-build: .if !defined(NOPORTDOCS) cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} rdoc + ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${RUBY_RDOC} .endif post-install: doc-install >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106121709.p5CH9Pq9039181>