diff options
author | andreas <andreas@FreeBSD.org> | 2000-02-12 21:02:06 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-02-12 21:02:06 +0000 |
commit | d52b78ba1cfad8fc5731aa2ada6d85cb78acff72 (patch) | |
tree | 1a71a250defad31275ac0b9ef5624632e8d9fad6 /print | |
parent | 38ed236b67f1197a46f8abf10c8e99712c659b96 (diff) | |
download | FreeBSD-ports-d52b78ba1cfad8fc5731aa2ada6d85cb78acff72.zip FreeBSD-ports-d52b78ba1cfad8fc5731aa2ada6d85cb78acff72.tar.gz |
apsfilter 5.1.5 prerelease specially dedicated for FreeBSD 4.0 Release.
Not much changes. See apsfilter docu files.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/scripts/configure | 10 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 32e2f7c..53248a0 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -143,12 +143,14 @@ echo " @touch ${PREFIX}/apsfilter/filter/.keep_me" echo " @\${ECHO} \"========================================================\"" if [ $TROFF ] then - echo " @\${ECHO} \"If you want to print troff files with apsfilter \"" - echo " @\${ECHO} \"then you have to install the grog utility \"" + echo " @\${ECHO} \"If running FreeBSD < 4.0 and you want to print troff \"" + echo " @\${ECHO} \"files then you have to install the grog utility \"" echo " @\${ECHO} \"from the groff sources: \"" echo " @\${ECHO} \" cp /usr/src/contrib/groff/grog/grog.sh /usr/bin/grog\"" echo " @\${ECHO} \" chmod 555 /usr/bin/grog \"" echo " @\${ECHO} \"--------------------------------------------------------\"" - echo " @\${ECHO} \"*** Printer installation *** \"" - echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" fi + echo " @\${ECHO} \"*** Printer installation *** \"" + echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" + echo " @\${ECHO} \"*** Please note *** \"" + echo " @\${ECHO} \" This is an apsfilter 5.1.5 Prerelease. \"" diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index 32e2f7c..53248a0 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -143,12 +143,14 @@ echo " @touch ${PREFIX}/apsfilter/filter/.keep_me" echo " @\${ECHO} \"========================================================\"" if [ $TROFF ] then - echo " @\${ECHO} \"If you want to print troff files with apsfilter \"" - echo " @\${ECHO} \"then you have to install the grog utility \"" + echo " @\${ECHO} \"If running FreeBSD < 4.0 and you want to print troff \"" + echo " @\${ECHO} \"files then you have to install the grog utility \"" echo " @\${ECHO} \"from the groff sources: \"" echo " @\${ECHO} \" cp /usr/src/contrib/groff/grog/grog.sh /usr/bin/grog\"" echo " @\${ECHO} \" chmod 555 /usr/bin/grog \"" echo " @\${ECHO} \"--------------------------------------------------------\"" - echo " @\${ECHO} \"*** Printer installation *** \"" - echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" fi + echo " @\${ECHO} \"*** Printer installation *** \"" + echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" + echo " @\${ECHO} \"*** Please note *** \"" + echo " @\${ECHO} \" This is an apsfilter 5.1.5 Prerelease. \"" |