diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
| commit | 6c6152ff82abb7a2caa761a1d08eb6fcdd9123c5 (patch) | |
| tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/rubygem-prawn-format | |
| parent | Fix NO_STAGE script fallout (diff) | |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Diffstat (limited to 'print/rubygem-prawn-format')
| -rw-r--r-- | print/rubygem-prawn-format/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/rubygem-prawn-format/Makefile b/print/rubygem-prawn-format/Makefile index 5856dadab48e..b3590470f8b9 100644 --- a/print/rubygem-prawn-format/Makefile +++ b/print/rubygem-prawn-format/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-prawn-format -# Date created: 19 June, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ PORTNAME= prawn-format @@ -18,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> |
