diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-02-12 21:02:06 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-02-12 21:02:06 +0000 |
commit | 5411288cea4557956ddb1cc74fabb4a6a63d6efd (patch) | |
tree | fe4ff381fce1b37987d9dcde25cad464ad8b9729 | |
parent | 28325030d6c4a8941eba3ffb68c7ce581965a20d (diff) | |
download | freebsd-ports-5411288cea4557956ddb1cc74fabb4a6a63d6efd.zip |
apsfilter 5.1.5 prerelease specially dedicated for FreeBSD 4.0 Release.
Not much changes. See apsfilter docu files.
-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 32e2f7cd5bc4..53248a0aca34 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 32e2f7cd5bc4..53248a0aca34 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. \"" |