summaryrefslogtreecommitdiff
path: root/devel/ruby-byaccr
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-11-02 16:33:08 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-11-02 16:33:08 +0000
commit0f22b1b74a6549e4539a2a8e1ce0951d01412eff (patch)
treef52061cf936b5a9f42544163db11b07692e2e3cf /devel/ruby-byaccr
parentupgrade to GNU shtool 1.6.2 (diff)
USE_REINPLACE instead of perl.
Notes
Notes: svn path=/head/; revision=69298
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 9e30cd5a87de..eb725fa929db 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}/