diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/rubygem-net-ssh/Makefile | |
parent | Fix header conversion (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: security)
Notes
Notes:
svn path=/head/; revision=327769
Diffstat (limited to 'security/rubygem-net-ssh/Makefile')
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 36ec31b24dc2..54326ca08a09 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -1,7 +1,5 @@ # Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> # $FreeBSD$ -# -# Remeber to check sysutils/rubygem-chef PORTNAME= net-ssh PORTVERSION= 2.6.5 @@ -23,6 +21,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPROMPT_PASSPHRASES} |