aboutsummaryrefslogblamecommitdiffstats
path: root/deskutils/cbb/files/patch-01
blob: 4da5f452ada3ce607a04ced6b385cabf4f8a63e8 (plain) (tree)
1
2
3
4
5
6
7
8






                                                
                






                                                                       
                                                                           
                                                                    


                                   
--- Makefile.orig   Thu Jun 12 14:57:50 1997
+++ Makefile    Fri Oct 10 20:52:22 1997
@@ -26,14 +26,15 @@
 
 CBB_ROOT = cbb-0.73
 TAR = tar
-PERL = perl
+PERL = ${PERL5}
 
 
 all:
    @echo "Nothing is needed to build in advance of 'make install'"
 
 install:
-   $(PERL) install.pl
+   $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb  \
+       --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2
 
 docs/cbb-man.dvi: docs/cbb-man.tex
    (cd docs; \