Changeset 98545


Ignore:
Timestamp:
Oct 8, 2012, 2:35:48 PM (12 years ago)
Author:
snc@…
Message:

ige-mac-integration:

  • add license
  • avoid writing to ${prefix} prior to installation #36422
  • maintainer timeout
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/ige-mac-integration/Portfile

    r97369 r98545  
    66name            ige-mac-integration
    77version         0.9.8
    8 revision        2
     8revision        3
    99## added for stealth update; remove this line when updating
    1010#dist_subdir     ${name}/${version}_1
    1111categories      devel
     12license         LGPL-2.1+
    1213maintainers     flyn.org:mike
    1314
     
    2829checksums           sha1    9a19315bb506bbf4319684aef97863b3d7a26b71 \
    2930                    rmd160  4effb26e2fff37bddde2e73840ab83b77b6a75e8
     31
     32post-configure {
     33    reinplace "s|prefix = ${prefix}|prefix = ${destroot}${prefix}|g" ${worksrcpath}/strings/Makefile
     34}
    3035
    3136depends_build   port:pkgconfig
Note: See TracChangeset for help on using the changeset viewer.