Ticket #22977: portfile-tablefunc-variant.diff

File portfile-tablefunc-variant.diff, 385 bytes (added by russm-trac-macports-org@…, 14 years ago)

add "tablefunc" variant to postgresql84 and postgresql85 Portfiles

  • Portfile

    old new  
    101101        configure.env-append            TCLSH=${prefix}/bin/tclsh
    102102}
    103103
     104variant tablefunc description {add tablefunc to the built contribs} {
     105  lappend contribs "tablefunc"
     106}
     107
    104108post-install {
    105109        ui_msg "\nTo use the postgresql server, install the postgresql85-server port"
    106110}