diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/rubygem-cuba/Makefile | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) |
Notes
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> |