Changeset 4313 for trunk/dports


Ignore:
Timestamp:
Dec 27, 2003, 2:59:03 PM (20 years ago)
Author:
mww
Message:

Bug: #1310
Submitted by: sean@… (owner)
Reviewed by: mww@

fix destroot to not install to ${prefix} but ${destroot}${prefix}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/net-snmp/Portfile

    r3548 r4313  
    1 # $Id: Portfile,v 1.5 2003/09/26 09:16:34 fkr Exp $
     1# $Id: Portfile,v 1.6 2003/12/27 14:59:03 mww Exp $
    22
    33PortSystem 1.0
     
    1919configure.args  --enable-shared --disable-static --with-defaults \
    2020                --with-sys-contact=nobody@no.where \
    21                 --with-mib-modules="host disman/event-mib smux"
     21                --with-mib-modules="host disman/event-mib smux" \
     22                --exec-prefix=${destroot}/${prefix}
    2223
    2324variant server {
Note: See TracChangeset for help on using the changeset viewer.