diff options
Diffstat (limited to 'devel/rubygem-runt/Makefile')
-rw-r--r-- | devel/rubygem-runt/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/rubygem-runt/Makefile b/devel/rubygem-runt/Makefile index be17f9bb8278..57c6ef21cc55 100644 --- a/devel/rubygem-runt/Makefile +++ b/devel/rubygem-runt/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: rubygem-runt -# Date created: 7 April 2009 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# # $FreeBSD$ -# PORTNAME= runt PORTVERSION= 0.9.0 @@ -17,4 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> |