diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-05-27 11:18:06 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-05-27 11:18:06 +0000 |
commit | 99ec874f95e26c67d9360e2dafc48d553482034a (patch) | |
tree | bf0e6f27adefac50e3b832ca3bbcc0885a8a4e73 /print | |
parent | e423357f91135a617ae659be72cff30594969da6 (diff) | |
download | ports-99ec874f95e26c67d9360e2dafc48d553482034a.tar.gz ports-99ec874f95e26c67d9360e2dafc48d553482034a.zip |
Notes
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 \"" |