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-ruby-debug | |
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-ruby-debug')
-rw-r--r-- | devel/rubygem-ruby-debug/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/rubygem-ruby-debug/Makefile b/devel/rubygem-ruby-debug/Makefile index aed7532c564c..a458ce525110 100644 --- a/devel/rubygem-ruby-debug/Makefile +++ b/devel/rubygem-ruby-debug/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-ruby-debug -# Date created: 27 July 2007 -# Whom: Robert Gogolok <gogo@cs.uni-sb.de> -# +# Created by: Robert Gogolok <gogo@cs.uni-sb.de> # $FreeBSD$ PORTNAME= ruby-debug @@ -22,4 +19,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rdebug +NO_STAGE= yes .include <bsd.port.mk> |