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-posix-spawn | |
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-posix-spawn')
-rw-r--r-- | devel/rubygem-posix-spawn/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/rubygem-posix-spawn/Makefile b/devel/rubygem-posix-spawn/Makefile index 4938af6211f8..083aa1c2da63 100644 --- a/devel/rubygem-posix-spawn/Makefile +++ b/devel/rubygem-posix-spawn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-posix-spawn -# Date created: 2011-10-29 -# Whom: Steve Wills <swills@rubick> -# +# Created by: Steve Wills <swills@rubick> # $FreeBSD$ -# PORTNAME= posix-spawn PORTVERSION= 0.3.6 @@ -18,6 +14,7 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/posix-spawn-benchmark +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 IGNORE= missing posix_spawnp |