diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/rubygem-scruffy | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Notes
Notes:
svn path=/head/; revision=327733
Diffstat (limited to 'graphics/rubygem-scruffy')
-rw-r--r-- | graphics/rubygem-scruffy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/rubygem-scruffy/Makefile b/graphics/rubygem-scruffy/Makefile index 8ea3f4774f12..f8b16690053b 100644 --- a/graphics/rubygem-scruffy/Makefile +++ b/graphics/rubygem-scruffy/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: rubygem-scruffy -# Date created: Jan 7, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= scruffy PORTVERSION= 0.2.6 @@ -21,6 +16,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes post-install: ${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' \ ${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb |