diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
commit | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (patch) | |
tree | 8db179eca6ba6e7449724456d92a408d868a7732 /comms/rubygem-ruby-termios | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
Notes
Notes:
svn path=/head/; revision=327714
Diffstat (limited to 'comms/rubygem-ruby-termios')
-rw-r--r-- | comms/rubygem-ruby-termios/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/rubygem-ruby-termios/Makefile b/comms/rubygem-ruby-termios/Makefile index 489dfbb4a3be..c3075a189bce 100644 --- a/comms/rubygem-ruby-termios/Makefile +++ b/comms/rubygem-ruby-termios/Makefile @@ -1,7 +1,3 @@ -# Ports collection makefile for: rubygem-ruby-termios -# Date created: June 25, 2011 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# # $FreeBSD$ PORTNAME= ruby-termios @@ -16,4 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> |