Ticket #16446: patch-gzip-rsyncable-Portfile.diff

File patch-gzip-rsyncable-Portfile.diff, 313 bytes (added by macports@…, 16 years ago)

Patch to archivers/gzip/Portfile to add +rsyncable variant

  • Portfile

    old new  
    2626test.target     check
    2727
    2828destroot.destdir    prefix=${destroot}${prefix}
     29
     30variant rsyncable description {support the --rsyncable flag} {
     31    patchfiles-append patch-gzip-rsyncable.diff
     32}