diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-13 22:45:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-13 22:45:00 +0800 |
commit | a0e318a93da8b09c20024a395c3174d4c1423fd8 (patch) | |
tree | e495d0b16e8577db46bbd26b2f10ec924bb02182 /databases | |
parent | 2428056f3f836421b94b484886528e84b06ac5f0 (diff) | |
download | freebsd-ports-gnome-a0e318a93da8b09c20024a395c3174d4c1423fd8.tar.gz freebsd-ports-gnome-a0e318a93da8b09c20024a395c3174d4c1423fd8.tar.zst freebsd-ports-gnome-a0e318a93da8b09c20024a395c3174d4c1423fd8.zip |
Use RUBY_SUFFIX
With hat: ruby
Diffstat (limited to 'databases')
-rw-r--r-- | databases/virtuoso/Makefile | 2 |
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}\ |