diff options
Diffstat (limited to 'textproc/rubygem-colored/Makefile')
-rw-r--r-- | textproc/rubygem-colored/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/rubygem-colored/Makefile b/textproc/rubygem-colored/Makefile index 4ef8ad451a37..3483afb055a6 100644 --- a/textproc/rubygem-colored/Makefile +++ b/textproc/rubygem-colored/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-colored -# Date created: 2012-08-04 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= colored PORTVERSION= 1.2 @@ -18,4 +14,5 @@ USE_RUBYGEMS= yes USE_RAKE= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> |