D'oh! Forgot to add this patch.
Bump PORTREVISION.
This commit is contained in:
parent
93b6aef466
commit
ad0efdaad3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47764
@ -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
|
||||
|
13
japanese/rskkserv/files/patch-extconf.rb.in
Normal file
13
japanese/rskkserv/files/patch-extconf.rb.in
Normal 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"]
|
Loading…
Reference in New Issue
Block a user