diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-02 16:33:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-02 16:33:08 +0000 |
commit | 0f22b1b74a6549e4539a2a8e1ce0951d01412eff (patch) | |
tree | f52061cf936b5a9f42544163db11b07692e2e3cf /devel/ruby-byaccr | |
parent | 5df91d4b88d240b4c3b5e2e2cd14aa4cc14a421d (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/Makefile | 4 |
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}/ |