diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-04-01 13:24:00 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-04-01 13:24:00 +0000 |
commit | 620e8e9b76415789486fe5c6d38ce0ac8e26352f (patch) | |
tree | 46c73311e59114a2fc7aa263fdbb3f20146215ad /print/apsfilter/scripts | |
parent | d38bdc2ee567acd9d6d28ce23e43c914fc974aa1 (diff) |
Notes
Diffstat (limited to 'print/apsfilter/scripts')
-rw-r--r-- | print/apsfilter/scripts/configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index ebe666ff2324..eabb2965f7fe 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -151,24 +151,3 @@ if [ "$BATCH" = "yes" ]; then /bin/mkdir -p ${WRKDIRPREFIX}${CURDIR} exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc fi -echo "post-install:" - echo " @\${ECHO} \"========================================================\"" - echo " @\${ECHO} \"************ Post Installation Tasks *******************\"" - echo " @\${ECHO} \"========================================================\"" -if [ $TROFF ] -then - 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} \"--------------------------------------------------------\"" -fi - echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" - echo " @\${ECHO} \" cd ${PREFIX}/share/apsfilter; ./SETUP \"" - echo " @\${ECHO} \"--------------------------------------------------------\"" - echo " @\${ECHO} \"*** In any case of trouble please read *** \"" - echo " @\${ECHO} \" the apsfilter handbook: handbook.html \"" - echo " @\${ECHO} \" and FAQ, HOWTO-BUGREPORTS \"" - echo " @\${ECHO} \" under ${PREFIX}/share/doc/apsfilter/ \"" - echo " @\${ECHO} \" or visit http://www.apsfilter.org/support.html \"" |