PACKAGESITE ??
    Roman Neuhauser 
    neuhauser at bellavista.cz
       
    Sun May 25 04:31:12 PDT 2003
    
    
  
# dick at nagual.st / 2003-05-25 13:18:28 +0200:
> I have to set the "PACKAGESITE" for pkg_add or portinstall -PP to work
> properly, but I cannot find where to do this.
> I search the manual/handbook for a location, but alas..
> 
> Does anybody know how and where to set this, so I can do a
> "portupgrade -PPrR kde" and get the latest 3.1.2-packages?
    this is a basic-shell-usage question.
    bourne shell compatible:
    PACKAGESITE=http://example.com/this/that/ portupgrade -PPrR kde
    or
    export PACKAGESITE=http://example.com/this/that/
    portupgrade -PPrR kde
    (t)csh:
    env PACKAGESITE=http://example.com/this/that/ portupgrade -PPrR kde
    or
    setenv PACKAGESITE http://example.com/this/that/
    portupgrade -PPrR kde
-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html
    
    
More information about the freebsd-questions
mailing list