aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2016-09-15 22:35:29 +0800
committerswills <swills@FreeBSD.org>2016-09-15 22:35:29 +0800
commit1bdf5d7018eacd924686d4185c692ba1ef750cc9 (patch)
treea15a657d5eca005039807917b4eb76b02baeff43 /devel
parent2332416caf62807ff75215580bba0bb92db8970a (diff)
downloadfreebsd-ports-gnome-1bdf5d7018eacd924686d4185c692ba1ef750cc9.tar.gz
freebsd-ports-gnome-1bdf5d7018eacd924686d4185c692ba1ef750cc9.tar.zst
freebsd-ports-gnome-1bdf5d7018eacd924686d4185c692ba1ef750cc9.zip
devel/ruby-bsearch: remove use of RUBY_RD_FILES
PR: 210665
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-bsearch/Makefile19
-rw-r--r--devel/ruby-bsearch/pkg-plist4
2 files changed, 5 insertions, 18 deletions
diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile
index 81470fc648f7..22a5e853feff 100644
--- a/devel/ruby-bsearch/Makefile
+++ b/devel/ruby-bsearch/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bsearch
PORTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= devel ruby
MASTER_SITES= http://0xcc.net/ruby-bsearch/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -16,24 +17,14 @@ USE_RUBY= yes
NO_BUILD= yes
-RUBY_RD_FILES= bsearch.en.rd bsearch.ja.rd
-DOCS_EN= ChangeLog \
- ${RUBY_RD_FILES:M*.en.rd} \
- ${RUBY_RD_HTML_FILES:M*.en.html}
-DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \
- ${RUBY_RD_HTML_FILES:M*.ja.html}
-
OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
${INSTALL_SCRIPT} ${WRKSRC}/bsearch.rb ${STAGEDIR}${RUBY_SITELIBDIR}
- ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ja
-.endfor
+
+do-install-DOCS-on:
+ ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${RUBY_MODDOCDIR}
.include <bsd.port.mk>
diff --git a/devel/ruby-bsearch/pkg-plist b/devel/ruby-bsearch/pkg-plist
index 277c4d6ab356..1eac7486c3c4 100644
--- a/devel/ruby-bsearch/pkg-plist
+++ b/devel/ruby-bsearch/pkg-plist
@@ -1,6 +1,2 @@
%%RUBY_SITELIBDIR%%/bsearch.rb
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/bsearch.en.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/bsearch.en.rd
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/bsearch.ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/bsearch.ja.rd
me/commit/lang?h=master&id=385eac9654e9de3b90ce25e1efffa8c08a547655'>Convert USE_BISON to USES= bisonbapt2013-03-0825-97/+40 * * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-089-86/+213 * - Fix all new cases of 'No newline at end of file' in the ports treeak2013-03-071-1/+1 * Upgrade to version 1.9.olgeni2013-03-072-3/+3 * - Update to 05_20130303gahr2013-03-073-3/+4 * - Please welcome back Chris Petrik as maintainer ofbdrewery2013-03-072-12/+4 * Remove compatibility with FreeBSD 7.Xrene2013-03-071-6/+3 * - Change the download site for swingex, because the original one has disappearednivit2013-03-071-1/+1 * Update to the 20130303 snapshot of GCC 4.8.0. This should now buildgerald2013-03-062-3/+3 * update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjustbf2013-03-061-0/+1 * - Update to 5.5beech2013-03-052-5/+4 * 2012-10-26 lang/eperl: Unfixed upstream remote vulnerability and no activity ...bapt2013-03-0414-329/+0 * update lang/sbcl to 1.1.5+bugfixes, and adjust dependent portsbf2013-03-033-5/+112 * Use the new lang/gcc-ecj45 port when building the Java frontendgerald2013-03-033-14/+7 * Update to the 20130302 snapshot of GCC 4.7.3. This should now alsogerald2013-03-032-3/+3 * - Update to 1.5.0beech2013-03-032-3/+3 * - Fix EXPIRATION date, we are in 2013, not 2012swills2013-03-031-1/+1 * - Deprecate ports which don't work with Ruby 1.9swills2013-03-031-5/+4 * - Update to 4.8.0.2miwi2013-03-032-3/+3 * - Restore PORTREVISIONsunpoet2013-03-021-0/+1 * Update to the 20130217 snapshot of GCC 4.8.0. Lots of releasegerald2013-03-022-3/+3 * - Update to 0.9.25miwi2013-03-023-13/+41 * - Update to 1.7.3miwi2013-03-023-172/+223 * Variable that start with _ are considered private to the definingeadler2013-03-022-2/+2 * - Update to 1.7.1swills2013-02-285-11470/+995 * - Broken fails to buildmiwi2013-02-271-5/+3 * - enable LINKTHR OPTION by default as was done when lang/php5 was updatedflo2013-02-262-4/+4 * Update from 2.0.0 to 2.0.1.osa2013-02-263-23/+21 * Update to 5.4.12 release.ale2013-02-252-3/+3 * - Fix plist for ruby 2.0swills2013-02-251-7/+0 * - Update to 1.9.3p392swills2013-02-252-174/+2 * - Cleanup CONFLICTS 5.(6|8|10) no longer in ports tree.az2013-02-252-6/+2 * - Add Ruby 2.0swills2013-02-2412-0/+1670 * Remove ONLY_FOR_ARCHS, since it seems to build everywhere.olgeni2013-02-241-1/+0 * - Update to 3.7pgj2013-02-243-4/+21 * - Update to 05_20130217gahr2013-02-202-3/+3 * - update to 20120925rm2013-02-193-11/+8 * - fix build with newer math/gmp in ports tree. Newer versions of gmp do notrm2013-02-193-9/+16 * Convert Makefile headers to the new format.olgeni2013-02-183-15/+3 * - Trim headermiwi2013-02-181-5/+1 * - Extend support for 6 months.miwi2013-02-181-1/+1 * Replace the use of DISTFILES by DISTNAME, since we are now down togerald2013-02-172-4/+4 * Replace the use of DISTFILES by DISTNAME, since we are now down togerald2013-02-172-4/+4 * Update to the 20130215 snapshot of GCC 4.6.4.gerald2013-02-172-3/+3 * Fix plist on i386jlaffaye2013-02-142-1/+4 * - Update to 0.9.9.46miwi2013-02-134-56/+59 * - Update Ruby 1.9 to 1.9.3p385. This fixes a security issue in rdoc (CVE-2013...swills2013-02-124-12/+200 * Upgrade llvm-devel and related ports to 3.3.r174891.brooks2013-02-123-7/+12 * - Update to 4.0.amiwi2013-02-109-46/+251 * Update to the 20130203 snapshot of GCC 4.8.0.gerald2013-02-102-3/+3 * Update to the 20130202 snapshot of 4.7.3.gerald2013-02-092-3/+3 * Update MAINTAINER address for all my ports. While I'm here,koobs2013-02-091-2/+2 * Various spelling correctionscrees2013-02-092-3/+3 * - Fix a segfault on startupmiwi2013-02-082-5/+13 * - New port: lang/coppergahr2013-02-084-0/+50 * - Remove BROKEN on ia64, as it's reported to build and run fine theregahr2013-02-071-4/+0 * - Fix letf-oversgahr2013-02-071-1/+1 * - Add manpage-related files which didn't end up in yesterday's major Tcl/Tkgahr2013-02-076-2/+1333 * - Get rid of USE_TCL_THREAD and USE_TK_THREAD usagesgahr2013-02-062-6/+2 * - Complete my previous commitgahr2013-02-063-745/+870 * - Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0gahr2013-02-0619-1721/+238 * Fix build on FreeBSD 9+bapt2013-02-061-1/+1 * Remove the MESA option that brings in the expired gtkglarea, anyway this optionbapt2013-02-061-13/+2 * - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-0614-135/+321 * - Add UPDATING entry for gnutls updatenovel2013-02-061-0/+1 * Mark as deprecated a bunch of ports that are marked as broken for more than 6bapt2013-02-051-5/+4 * - Update to 20130203gahr2013-02-053-98/+8 * Enable sgen.romain2013-02-052-0/+17 * - Mark lang/tcl83 and x11-toolkits/tk83 as DEPRECATED, to expire in 2 monthsgahr2013-02-041-0/+3 * - Remove lang/perl5.8 and lang/perl5.10az2013-02-0433-7644/+0 * KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-042-7/+2 * Fix logic (should be defined to true integer, not false).crees2013-02-032-16/+21 * update lang/sbcl to 1.1.4 and adjust dependent portsbf2013-02-032-5/+5 * Fix package on 9.1-RELEASEcrees2013-02-021-0/+16 * - PKGNAMEPREFIX must appear earlier for bsd.cabal.mk consumers otherwisepgj2013-02-022-3/+3 * - Fix all cases of 'No newline at end of file' in ports treeak2013-02-019-9/+9 * As long promised, remove llvm-gcc4 in favor of the dragonegg gcc plugin.brooks2013-02-0110-238/+0 * Mark as jobs unsafe.tj2013-02-011-0/+1 * Chase boost updatebapt2013-01-312-1/+4 * Use DOCSDIR where possible.olgeni2013-01-311-2/+2 * Update 2.060 --> 2.061cy2013-01-314-3/+36 * Update 1.075 --> 1.076cy2013-01-314-39/+14 * Convert Makefile header to new format.olgeni2013-01-311-5/+1 * Back when Erlang R15 was imported, lang/erlang14 was added as aolgeni2013-01-3119-1286/+0 * - Update devel/libffi to 3.0.11.jkim2013-01-29