diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/rubygem-net-netrc/Makefile | |
parent | Pick up. (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Notes
Notes:
svn path=/head/; revision=327755
Diffstat (limited to 'net/rubygem-net-netrc/Makefile')
-rw-r--r-- | net/rubygem-net-netrc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/rubygem-net-netrc/Makefile b/net/rubygem-net-netrc/Makefile index 04a7af8cdffd..701b4b0f8834 100644 --- a/net/rubygem-net-netrc/Makefile +++ b/net/rubygem-net-netrc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-net-netrc -# Date created: 2008-04-13 -# Whom: IWATSUKI Hiroyuki <don@na.rim.or.jp> -# +# Created by: IWATSUKI Hiroyuki <don@na.rim.or.jp> # $FreeBSD$ -# PORTNAME= net-netrc PORTVERSION= 0.2.2 @@ -19,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> |