diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ruby-rdic/Makefile | 6 | ||||
-rw-r--r-- | japanese/ruby-rdic/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/japanese/ruby-rdic/Makefile b/japanese/ruby-rdic/Makefile index ae19e51b3710..421b73d8b764 100644 --- a/japanese/ruby-rdic/Makefile +++ b/japanese/ruby-rdic/Makefile @@ -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: diff --git a/japanese/ruby-rdic/distinfo b/japanese/ruby-rdic/distinfo index 876583cae0c0..14c4f47d90f3 100644 --- a/japanese/ruby-rdic/distinfo +++ b/japanese/ruby-rdic/distinfo @@ -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 |