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/rubygem-execjs/Makefile | |
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/rubygem-execjs/Makefile')
-rw-r--r-- | devel/rubygem-execjs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/rubygem-execjs/Makefile b/devel/rubygem-execjs/Makefile index 2a6f2ea6e9db..1fc6ba25df01 100644 --- a/devel/rubygem-execjs/Makefile +++ b/devel/rubygem-execjs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-execjs -# Date created: 2011-09-11 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= execjs PORTVERSION= 1.4.0 @@ -19,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> |