D'oh! Forgot to add this patch.

Bump PORTREVISION.
This commit is contained in:
Akinori MUSHA 2001-09-12 17:30:45 +00:00
parent 93b6aef466
commit ad0efdaad3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47764
2 changed files with 14 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= rskkserv
PORTVERSION= 2.94.12
PORTREVISION= 1
CATEGORIES= japanese ruby
MASTER_SITES= http://www.unixuser.org/~ysjj/rskkserv/
DIST_SUBDIR= ruby

View File

@ -0,0 +1,13 @@
--- ext/extconf.rb.in.orig Tue Aug 14 01:06:08 2001
+++ ext/extconf.rb.in Wed Sep 12 01:52:00 2001
@@ -5,8 +5,8 @@
# guessing `rubylibdir' and `rubyarchdir'
prefix = "@prefix@"
if prefix == CONFIG["prefix"]
- rubylibdir = CONFIG["rubylibdir"]
- rubyarchdir = CONFIG["archdir"]
+ rubylibdir = CONFIG["sitelibdir"]
+ rubyarchdir = CONFIG["sitearchdir"]
else
rubylibdir = prefix + "/lib/ruby/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]
rubyarchdir = rubylibdir + "/" + CONFIG["arch"]