[Midnightbsd-cvs] mports [20545] trunk/lang/ruby22/Makefile: override prefixes for build of ruby port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 18 13:06:10 EDT 2015


Revision: 20545
          http://svnweb.midnightbsd.org/mports/?rev=20545
Author:   laffer1
Date:     2015-10-18 13:06:10 -0400 (Sun, 18 Oct 2015)
Log Message:
-----------
override prefixes for build of ruby port

Modified Paths:
--------------
    trunk/lang/ruby22/Makefile

Modified: trunk/lang/ruby22/Makefile
===================================================================
--- trunk/lang/ruby22/Makefile	2015-10-18 16:33:41 UTC (rev 20544)
+++ trunk/lang/ruby22/Makefile	2015-10-18 17:06:10 UTC (rev 20545)
@@ -27,8 +27,11 @@
 		--enable-pthread \
 		--disable-rpath \
 		--with-ruby-version=minor \
-		--with-sitedir="${TRUE_PREFIX}/lib/ruby/site_ruby" \
-		--with-vendordir="${TRUE_PREFIX}/lib/ruby/vendor_ruby"
+		--with-sitedir="${PREFIX}/lib/ruby/site_ruby" \
+		--with-vendordir="${PREFIX}/lib/ruby/vendor_ruby" \
+		--with-rubyhdrdir="${PREFIX}/include/ruby-2.2/" \
+		--with-rubylibprefix="${PREFIX}/lib/ruby" \
+		--docdir="${PREFIX}/share/doc/ruby22"	
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf



More information about the Midnightbsd-cvs mailing list