summaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-bo
blob: d7ea620404564beb0e1b7b3bb1c5f5fb166ee22b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
--- build.orig	Fri Sep  4 08:01:15 1998
+++ build	Tue Sep 22 13:21:37 1998
@@ -80,8 +80,8 @@
  pine   The Pine mailer. Once compiled this should work just fine on
         your system with no other files than this binary, and no
         modifications to your system. Optionally you may create two
-        configuration files, /usr/local/lib/pine.conf and 
-        /usr/local/lib/pine.info. See the documentation for details.
+        configuration files, /usr/local/etc/pine.conf and 
+        /usr/local/etc/pine.info. See the documentation for details.
  
  pico   The standalone editor similar to the Pine message composer.
         This is a very simple straight forward text editor.
@@ -274,11 +274,11 @@
 
         if [ -s c-client ] ; then rm -f c-client ; fi
         ln -s imap/c-client c-client
-        if [ -s mtest    ] ; then rm -f mtest    ; fi
-        ln -s imap/mtest mtest
-        if [ -s imapd    ] ; then rm -f imapd    ; fi
-        ln -s imap/imapd imapd
-        echo "Making c-client library, mtest and imapd"
+#       if [ -s mtest    ] ; then rm -f mtest    ; fi
+#       ln -s imap/mtest mtest
+#       if [ -s imapd    ] ; then rm -f imapd    ; fi
+#       ln -s imap/imapd imapd
+        echo "Making c-client library"
         eval echo make "$makeargs" "$K1" "$K2" $ccltarg
         cd $PHOME/imap
         eval make "$makeargs" "$K1" "$K2" $ccltarg
@@ -299,14 +299,14 @@
         cd $PHOME/bin
         rm -f pine mtest imapd pico pilot
         if [ -s ../pine/pine ] ;      then ln ../pine/pine  pine      ; fi
-        if [ -s ../mtest/mtest ] ;    then ln ../mtest/mtest mtest ; fi
-        if [ -s ../imapd/imapd ] ;    then ln ../imapd/imapd imapd    ; fi
+#       if [ -s ../mtest/mtest ] ;    then ln ../mtest/mtest mtest ; fi
+#       if [ -s ../imapd/imapd ] ;    then ln ../imapd/imapd imapd    ; fi
         if [ -s ../pico/pico ] ;      then ln ../pico/pico pico ; fi
         if [ -s ../pico/pilot ] ;     then ln ../pico/pilot pilot ; fi
         cd $PHOME
         echo ''
         echo "Links to executables are in bin directory:"
-        size bin/pine bin/mtest bin/imapd bin/pico bin/pilot
+        size bin/pine bin/pico bin/pilot
         echo "Done"
         ;;
 
@@ -317,10 +317,10 @@
 	make clean
         echo "Cleaning Pine"
         cd $PHOME/pine
-        make -f makefile.ult clean
+        make -f makefile.bsf clean
         echo "Cleaning pico"
         cd $PHOME/pico
-        make $makeargs -f makefile.ult clean
+        make $makeargs -f makefile.bsf clean
         echo "Done"
         cd $PHOME
         ;;