Update to 0.1.8

Respect X11BASE

PR:		88382
Submitted by:	Takahiro MORISHITA <freebsd@next-generation.org>
This commit is contained in:
Tilman Keskinoz 2005-11-02 14:29:04 +00:00
parent e1b53cf255
commit d772d3abda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147026
2 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= rdic
PORTVERSION= 0.1.6
PORTVERSION= 0.1.8
CATEGORIES= japanese ruby
MASTER_SITES= http://www.yasgursfarm.us/download/
DIST_SUBDIR= ruby
@ -28,6 +28,7 @@ RUBY_RD_FILES= xselection.rd \
xselection.rd.jp
USE_XLIB= yes
USE_REINPLACE= yes
INSTALL_TARGET= site-install
@ -52,6 +53,9 @@ DOCS_ETC= eliminate.default \
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
post-patch:
${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/extconf.rb
post-install: rb-install doc-install
rb-install:

View File

@ -1,2 +1,2 @@
MD5 (ruby/rdic-0.1.6.tar.gz) = c30c42418b9051ed5e4e6e9465d57397
SIZE (ruby/rdic-0.1.6.tar.gz) = 51001
MD5 (ruby/rdic-0.1.8.tar.gz) = 38417f9ab7de04d194dbcf33f0a5f285
SIZE (ruby/rdic-0.1.8.tar.gz) = 51702