diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
commit | 77d32abc6bdecb84ebc2838bdda3dec97fd8c650 (patch) | |
tree | 9ed42c9c13bc14b749df74d4df401f1278278d01 /devel/rubygem-bacon/Makefile | |
parent | 24561f1e3ac5c0eb966a0848c7e3e367e4ba079d (diff) |
Notes
Diffstat (limited to 'devel/rubygem-bacon/Makefile')
-rw-r--r-- | devel/rubygem-bacon/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/rubygem-bacon/Makefile b/devel/rubygem-bacon/Makefile index 6ed2c775499b..58c6f770dba5 100644 --- a/devel/rubygem-bacon/Makefile +++ b/devel/rubygem-bacon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-bacon -# Date created: 2012-06-04 -# Whom: Charlie & <root@meatwad.mouf.net> -# +# Created by: Charlie & <root@meatwad.mouf.net> # $FreeBSD$ -# PORTNAME= bacon PORTVERSION= 1.2.0 @@ -19,4 +15,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/bacon +NO_STAGE= yes .include <bsd.port.mk> |