svn commit: r457147 - head/devel/rubygem-rice

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 24 11:15:18 UTC 2017


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>


More information about the svn-ports-head mailing list