aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-13 14:45:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-13 14:45:00 +0000
commit2c6510d6759e81a155fdb3a65bb89677c84e53e6 (patch)
treee495d0b16e8577db46bbd26b2f10ec924bb02182 /databases
parent8806dfc6901e187b60c913e11a0fb5a44ea52970 (diff)
downloadports-2c6510d6759e81a155fdb3a65bb89677c84e53e6.tar.gz
ports-2c6510d6759e81a155fdb3a65bb89677c84e53e6.zip
Use RUBY_SUFFIX
With hat: ruby
Notes
Notes: svn path=/head/; revision=431393
Diffstat (limited to 'databases')
-rw-r--r--databases/virtuoso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile
index a55ecaf8d818..faf6d21b20df 100644
--- a/databases/virtuoso/Makefile
+++ b/databases/virtuoso/Makefile
@@ -56,7 +56,7 @@ CHECK_PORT= nc -z localhost $$\1 2>\&1
OPTIONS_DEFINE= IMAGEMAGICK KERBEROS LDAP IODBC
post-patch:
- ${REINPLACE_CMD} -e 's,-lruby,-lruby${RUBY_VER:S,.,,},g'\
+ ${REINPLACE_CMD} -e 's,-lruby,-lruby${RUBY_SUFFIX},g'\
${WRKSRC}/configure
${FIND} ${WRKSRC} -name '*.sh' | ${XARGS} ${GREP} -l 'netstat -an.*grep LISTEN' |\
${XARGS} ${REINPLACE_CMD}\