[Midnightbsd-cvs] mports [21090] trunk/lang/ruby22/Makefile: change how we make the symlink

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 11 06:00:18 EST 2016


Revision: 21090
          http://svnweb.midnightbsd.org/mports/?rev=21090
Author:   laffer1
Date:     2016-03-11 06:00:18 -0500 (Fri, 11 Mar 2016)
Log Message:
-----------
change how we make the symlink

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

Modified: trunk/lang/ruby22/Makefile
===================================================================
--- trunk/lang/ruby22/Makefile	2016-03-11 00:30:30 UTC (rev 21089)
+++ trunk/lang/ruby22/Makefile	2016-03-11 11:00:18 UTC (rev 21090)
@@ -82,10 +82,6 @@
 
 CONFIGURE_ARGS+=	--disable-dtrace
 
-.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
-CONFIGURE_ARGS+=	--with-setjmp-type=_setjmp
-.endif
-
 CONFIGURE_ENV=	debugflags=
 
 MAKE_JOBS_UNSAFE=	yes
@@ -183,7 +179,7 @@
 #
 .if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
 . for FILE in ${INSTALLED_SCRIPTS}
-	${LN} -fs ${FILE}${RUBY_SUFFIX} ${PREFIX}/bin/${FILE}
+	cd ${PREFIX}/bin && ${LN} -fs ${FILE}${RUBY_SUFFIX} ${FILE}
 . endfor
 .endif
 



More information about the Midnightbsd-cvs mailing list