diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
commit | 77d32abc6bdecb84ebc2838bdda3dec97fd8c650 (patch) | |
tree | 9ed42c9c13bc14b749df74d4df401f1278278d01 /devel/ruby-byaccr | |
parent | Fix a fallout in the convertion script (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
Notes
Notes:
svn path=/head/; revision=327726
Diffstat (limited to 'devel/ruby-byaccr')
-rw-r--r-- | devel/ruby-byaccr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/ruby-byaccr/Makefile b/devel/ruby-byaccr/Makefile index 3aa97f6b5138..07ca39baa4b8 100644 --- a/devel/ruby-byaccr/Makefile +++ b/devel/ruby-byaccr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: byaccr -# Date created: 2 Nov 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= byaccr PORTVERSION= 0.1 @@ -21,6 +17,7 @@ RUBY_NO_RUN_DEPENDS= yes DOCS= README README.html +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's,^#include <malloc\.h>,#include <stdlib.h>,' ${WRKSRC}/*.[ch] |