summaryrefslogtreecommitdiffstats
path: root/devel/ruby-byaccr
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-11-02 16:33:08 +0000
committerknu <knu@FreeBSD.org>2002-11-02 16:33:08 +0000
commita8ddc4bd62b2ebeee145dac9462e6dde6de69f12 (patch)
tree9278c8ef8b846f8f1f823398e44e210c06230cde /devel/ruby-byaccr
parentfda46a831df0da21fb07099232ae5c3ba01b0069 (diff)
downloadFreeBSD-ports-a8ddc4bd62b2ebeee145dac9462e6dde6de69f12.zip
FreeBSD-ports-a8ddc4bd62b2ebeee145dac9462e6dde6de69f12.tar.gz
USE_REINPLACE instead of perl.
Diffstat (limited to 'devel/ruby-byaccr')
-rw-r--r--devel/ruby-byaccr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-byaccr/Makefile b/devel/ruby-byaccr/Makefile
index 9e30cd5..eb725fa 100644
--- a/devel/ruby-byaccr/Makefile
+++ b/devel/ruby-byaccr/Makefile
@@ -18,10 +18,12 @@ USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
RUBY_NO_RUN_DEPENDS= yes
+USE_REINPLACE= yes
+
DOCS= README README.html
post-patch:
- ${PERL} -i.orig -pe 's,^#include <malloc\.h>,#include <stdlib.h>,' ${WRKSRC}/*.[ch]
+ ${REINPLACE_CMD} 's,^#include <malloc\.h>,#include <stdlib.h>,' ${WRKSRC}/*.[ch]
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/
OpenPOWER on IntegriCloud