diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-01-13 09:53:48 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-01-13 09:53:48 +0000 |
commit | e6b28992dee92bc700f9ac4aa2f542712ae0a798 (patch) | |
tree | 32e8a07b1b4e846b9d5d6cc2d3923623bcff333d /print/trueprint | |
parent | bd20520e497e2e8dba6a545135a1400ec58c4e0c (diff) | |
download | ports-e6b28992dee92bc700f9ac4aa2f542712ae0a798.tar.gz ports-e6b28992dee92bc700f9ac4aa2f542712ae0a798.zip |
Remove quotes around IGNORE message text.
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Notes
Notes:
svn path=/head/; revision=126310
Diffstat (limited to 'print/trueprint')
-rw-r--r-- | print/trueprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile index 6a2404d81e1a..a3dd33de2a0b 100644 --- a/print/trueprint/Makefile +++ b/print/trueprint/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes # Doesn't configure on bento because of this .if !exists(/usr/bin/lpr) || !exists(/usr/bin/lp) -IGNORE= "missing /usr/bin/lp or /usr/bin/lpr (hi bento)" +IGNORE= missing /usr/bin/lp or /usr/bin/lpr (hi bento) .endif MAN1= trueprint.1 |