diff options
Diffstat (limited to 'textproc/rubygem-compass/Makefile')
-rw-r--r-- | textproc/rubygem-compass/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile index d20beababd29..0ba90f85afd3 100644 --- a/textproc/rubygem-compass/Makefile +++ b/textproc/rubygem-compass/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-compass -# Date created: 2011-10-07 -# Whom: Jason Helfman <jhelfman@experts-exchange.com> -# +# Created by: Jason Helfman <jhelfman@experts-exchange.com> # $FreeBSD$ -# PORTNAME= compass PORTVERSION= 0.12.2 @@ -23,4 +19,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/compass +NO_STAGE= yes .include <bsd.port.mk> |