diff options
author | andreas <andreas@FreeBSD.org> | 2000-05-27 19:18:06 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-05-27 19:18:06 +0800 |
commit | 7f45693daff606eb886a5b70b854db3b1a761f2b (patch) | |
tree | d9e9501d5094f420cbfd0c8c4a0ecbbfb9e45841 /print | |
parent | efa54e7c99c9cc8b00faff9662a2df3ce776e909 (diff) | |
download | freebsd-ports-gnome-7f45693daff606eb886a5b70b854db3b1a761f2b.tar.gz freebsd-ports-gnome-7f45693daff606eb886a5b70b854db3b1a761f2b.tar.zst freebsd-ports-gnome-7f45693daff606eb886a5b70b854db3b1a761f2b.zip |
Bug in configure script
blanks instead of TABs, make "make" feel unhappy.
Submitted by: Ahilan Anantha <aanantha@cs.ucsd.edu>
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/scripts/configure | 10 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index f0800f3b7467..788d01c941c6 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -159,10 +159,10 @@ then echo " @\${ECHO} \" chmod 555 /usr/bin/grog \"" echo " @\${ECHO} \"--------------------------------------------------------\"" fi - echo " @\${ECHO} \"*** Please Note *** \"" - echo " @\${ECHO} \"To enable so called CLASS support without printing *** \"" - echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) *** \"" - echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! *** \"" + echo " @\${ECHO} \"*** Please Note *** \"" + echo " @\${ECHO} \"To enable so called CLASS support without printing \"" + echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) \"" + echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! \"" echo " @\${ECHO} \"--------------------------------------------------------\"" - echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" + echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index f0800f3b7467..788d01c941c6 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -159,10 +159,10 @@ then echo " @\${ECHO} \" chmod 555 /usr/bin/grog \"" echo " @\${ECHO} \"--------------------------------------------------------\"" fi - echo " @\${ECHO} \"*** Please Note *** \"" - echo " @\${ECHO} \"To enable so called CLASS support without printing *** \"" - echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) *** \"" - echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! *** \"" + echo " @\${ECHO} \"*** Please Note *** \"" + echo " @\${ECHO} \"To enable so called CLASS support without printing \"" + echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) \"" + echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! \"" echo " @\${ECHO} \"--------------------------------------------------------\"" - echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" + echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" |