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/p5-Text-PDF | |
parent | Fix NO_STAGE script fallout (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Notes
Notes:
svn path=/head/; revision=327765
Diffstat (limited to 'print/p5-Text-PDF')
-rw-r--r-- | print/p5-Text-PDF/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/p5-Text-PDF/Makefile b/print/p5-Text-PDF/Makefile index 8b258ea34aa9..710f6cdc96a4 100644 --- a/print/p5-Text-PDF/Makefile +++ b/print/p5-Text-PDF/Makefile @@ -23,6 +23,7 @@ MAN3= Text::PDF::Pages.3 Text::PDF::Page.3 Text::PDF::Name.3 \ Text::PDF::Utils.3 Text::PDF::TTFont.3 Text::PDF::Number.3 \ Text::PDF::Null.3 Text::PDF.3 +NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/pm_to_blib |