Date: Sun, 24 Dec 2017 11:15:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457147 - head/devel/rubygem-rice Message-ID: <201712241115.vBOBFGTJ034527@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 24 11:15:16 2017 New Revision: 457147 URL: https://svnweb.freebsd.org/changeset/ports/457147 Log: Remove outdated STAGEDIR fix Modified: head/devel/rubygem-rice/Makefile Modified: head/devel/rubygem-rice/Makefile ============================================================================== --- head/devel/rubygem-rice/Makefile Sun Dec 24 11:15:11 2017 (r457146) +++ head/devel/rubygem-rice/Makefile Sun Dec 24 11:15:16 2017 (r457147) @@ -16,11 +16,5 @@ BROKEN_powerpc64= fails to configure: could not find r GNU_CONFIGURE= yes USE_RUBY= yes USES= autoreconf:build gem -INSTDIR= ${PREFIX}/${GEM_LIB_DIR} - -# Fixup path in mkmf-rice.rb so things that build using it can find -lrice. -post-install: - ${REINPLACE_CMD} -e 's,${STAGEDIR}${INSTDIR},${INSTDIR},g' \ - ${STAGEDIR}${INSTDIR}/ruby/lib/mkmf-rice.rb .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241115.vBOBFGTJ034527>