Changeset 1012 for trunk/dports


Ignore:
Timestamp:
Oct 9, 2002, 7:47:02 AM (21 years ago)
Author:
eric
Message:

Clean up build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/fetch/Portfile

    r1003 r1012  
    1212configure       {}
    1313depends_lib     lib:libfetch.3:libfetch
    14 build           { cd ${workpath}/${worksrcdir}
    15                   system "bsdmake CFLAGS+=-I${prefix}/include \
    16                   LDADD+=-L${prefix}/lib\\ -lfetch" }
     14build.type      bsd
     15build.args      CFLAGS+=-I${prefix}/include LDADD+=-L${prefix}/lib\\ -lfetch
    1716install         { cd ${workpath}/${worksrcdir}
    1817                  system "install -o root -m 755 -d ${prefix}/bin"
Note: See TracChangeset for help on using the changeset viewer.