diff options
author | demon <demon@FreeBSD.org> | 2005-01-13 17:53:48 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-01-13 17:53:48 +0800 |
commit | 815a6f5b0f5800a0e864ed206d3e48106869920a (patch) | |
tree | 94cd36604c8e9397fccf977600e067ae23b68ec4 /print/trueprint | |
parent | 388e150bc6ee05319fac6bfb2c0e6d2b019858e7 (diff) | |
download | freebsd-ports-gnome-815a6f5b0f5800a0e864ed206d3e48106869920a.tar.gz freebsd-ports-gnome-815a6f5b0f5800a0e864ed206d3e48106869920a.tar.zst freebsd-ports-gnome-815a6f5b0f5800a0e864ed206d3e48106869920a.zip |
Remove quotes around IGNORE message text.
Submitted by: Sam Lawrance <boris@brooknet.com.au>
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 |