Ticket #17512: Portfile.diff
File Portfile.diff, 538 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
16 16 master_sites ${homepage}downloads/ 17 17 checksums md5 d3143c5fe92d16196ac853b55dd421b5 18 18 19 depends_build bin:perl:perl5.8 20 depends_run bin:perl:perl5.8 19 depends_lib path:bin/perl:perl5 21 20 22 21 patch { 23 reinplace "s|/usr/bin/perl -w| /usr/bin/env perl|g" ${worksrcpath}/wakeonlan22 reinplace "s|/usr/bin/perl -w|${prefix}/bin/perl -w|g" ${worksrcpath}/wakeonlan 24 23 } 25 24 26 25 configure {