diff options
Diffstat (limited to 'www/rubygem-cuba/Makefile')
-rw-r--r-- | www/rubygem-cuba/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/rubygem-cuba/Makefile b/www/rubygem-cuba/Makefile index e30a2a50d68b..ee0e97e61491 100644 --- a/www/rubygem-cuba/Makefile +++ b/www/rubygem-cuba/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: cuba -# Date created: 18 March 2011 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ PORTNAME= cuba @@ -18,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> |