Changeset 948 for trunk/dports


Ignore:
Timestamp:
Oct 5, 2002, 1:17:09 AM (22 years ago)
Author:
kevin
Message:

Change make.* options to build.* since they pertain to the build target, and
make isn't always the command that's used.

Location:
trunk/dports
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/comms/scud/Portfile

    r935 r948  
    99patchfiles      patch-Makefile
    1010configure       {}
    11 make.type       bsd
    12 make.args       PREFIX=${prefix}
     11build.type      bsd
     12build.args      PREFIX=${prefix}
    1313
    1414contents        etc/rc.d/scud.sh.sample \
  • trunk/dports/databases/postgresql/Portfile

    r850 r948  
    1818post-patch      { reinplace "s|XXPREFIX|${prefix}|g" \
    1919                  "${workpath}/${worksrcdir}/src/Makefile.shlib" }
    20 make.type       gnu
     20build.type      gnu
    2121
    2222include contents
  • trunk/dports/games/nethack/Portfile

    r850 r948  
    1111patchfiles      patch-Makefile.top patch-Makefile.src
    1212worksrcdir      ${portname}-${portversion}
    13 make.target.install     manpages install
     13build.target.install    manpages install
    1414
    1515include contents
  • trunk/dports/graphics/gd/Portfile

    r889 r948  
    99patchfiles      patch-Makefile patch-gdcache.h
    1010depends_lib     lib:libpng:libpng lib:libjpeg:jpeg
    11 make.type       gnu
     11build.type      gnu
    1212configure       {}
    13 make.args       PREFIX=${prefix}
     13build.args      PREFIX=${prefix}
    1414post-install    { system "ranlib ${prefix}/lib/libgd.a" }
    1515 
  • trunk/dports/irc/epic/Portfile

    r854 r948  
    1111distname        ${portname}4-${portversion}
    1212checksums       md5 53610020128ba1edb7701a73b778f75f
    13 make.env        LOGNAME=${env(USER)}
     13build.env       LOGNAME=${env(USER)}
    1414patchfiles      patch-Makefile.in
    1515
  • trunk/dports/irc/shadowirc/Portfile

    r811 r948  
    1313configure       {}
    1414
    15 make.type       pbx
    16 make.target.all ""
    17 make.args       -buildstyle Deployment
    18 make.target.install install DSTROOT=/
     15build.type      pbx
     16build.target.all ""
     17build.args      -buildstyle Deployment
     18build.target.install install DSTROOT=/
    1919
    2020# Work around bug in plugins code
  • trunk/dports/lang/nqc/Portfile

    r864 r948  
    1313configure       {}
    1414
    15 make.env        TARGET=macosx
     15build.env       TARGET=macosx
    1616contents        bin/mkdata \
    1717                bin/nqc \
  • trunk/dports/mail/ssmtp/Portfile

    r850 r948  
    1212worksrcdir      ${portname}-${portversion}
    1313patchfiles      patch-net.c patch-generate_config
    14 make.type       gnu
     14build.type      gnu
    1515
    1616contents        etc/ssmtp/revaliases \
  • trunk/dports/net/libfetch/Portfile

    r870 r948  
    88checksums       md5 b99c647fb16c108ee40b62e18e1d2e4a
    99patchfiles      patch-Makefile patch-http.c
    10 make.type       bsd
     10build.type      bsd
    1111worksrcdir      ${portname}
    1212configure       {}
    1313set libver      3
    14 make.env        LDADD=-install_name\\ ${prefix}/lib/libfetch.${libver}.dylib
     14build.env       LDADD=-install_name\\ ${prefix}/lib/libfetch.${libver}.dylib
    1515install         { cd ${workpath}/${worksrcdir}
    1616                  system "install -o root -m 755 -d ${prefix}/lib"
  • trunk/dports/net/netcat/Portfile

    r850 r948  
    1616                  system "tar xfz ${distpath}/${distfiles}" }
    1717configure       {}
    18 make.target.all next
     18build.target.all        next
    1919patchfiles      patch-Makefile
    2020install         { cd ${workpath}/${worksrcdir}
  • trunk/dports/print/teTeX/Portfile

    r786 r948  
    5252              system "tar xfz ${distpath}/${tetex_texmf}" }
    5353
    54 make.target.install     install strip
     54build.target.install    install strip
    5555
    5656depends_lib     lib:libpng.3:libpng lib:libwwwcore.0:libwww
  • trunk/dports/textproc/dict/Portfile

    r850 r948  
    1111configure.type          gnu
    1212configure.args          --without-local-zlib --with-etcdir=${prefix}/etc
    13 make.type               gnu
    14 make.target.all         dict
    15 make.target.install     install.dict
     13build.type              gnu
     14build.target.all                dict
     15build.target.install    install.dict
    1616contents                bin/dict \
    1717                        man/man1/dict.1
  • trunk/dports/textproc/figlet/Portfile

    r850 r948  
    1313configure               {}
    1414
    15 make.env                PREFIX=$prefix
     15build.env               PREFIX=$prefix
    1616
    1717# Yes, we want contents of share/figlet to be included
  • trunk/dports/textproc/ispell/Portfile

    r850 r948  
    77master_sites            http://fmg-www.cs.ucla.edu/geoff/tars/
    88checksums               md5 d434e1aef1a815294d5012c60c4c414a
    9 make.env                TMPDIR=${workpath}
     9build.env               TMPDIR=${workpath}
    1010configure {
    1111                        cd ${workpath}/${worksrcdir}
  • trunk/dports/textproc/openjade/Portfile

    r850 r948  
    1111configure.type          gnu
    1212configure.args          --prefix=$prefix CXXFLAGS=-fno-rtti
    13 make.type                       gnu
    14 make.target.install     install install-man
     13build.type                      gnu
     14build.target.install    install install-man
    1515
    1616contents                bin/onsgmls bin/openjade bin/osgmlnorm bin/ospam bin/ospent bin/osx \
  • trunk/dports/x11/XFree86/Portfile

    r875 r948  
    1010configure       {}
    1111worksrcdir      xc
    12 make.target.all World
     12build.target.all        World
    1313
    1414if {[regexp ^6\. ${os.version} match] == 1} {
  • trunk/dports/x11/gtk/Portfile

    r854 r948  
    2121
    2222configure.args  --with-glib-prefix=${prefix}
    23 make.args       CFLAGS+=-I/usr/X11R6/include
     23build.args      CFLAGS+=-I/usr/X11R6/include
    2424patchfiles      patch-config.guess patch-config.sub
    2525
Note: See TracChangeset for help on using the changeset viewer.