Ticket #30257: cfv.diff
File cfv.diff, 645 bytes (added by macports@…, 13 years ago) |
---|
-
ports/security/cfv/Portfile
old new 20 20 livecheck.type regex 21 21 livecheck.url ${homepage} 22 22 23 depends_lib port:python2 623 depends_lib port:python27 24 24 25 25 master_sites sourceforge 26 26 … … 30 30 31 31 post-patch { 32 32 reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile 33 reinplace "s|@PYTHON@|${prefix}/bin/python2. 6|" ${worksrcpath}/Makefile ${worksrcpath}/cfv33 reinplace "s|@PYTHON@|${prefix}/bin/python2.7|" ${worksrcpath}/Makefile ${worksrcpath}/cfv 34 34 } 35 35 36 36 use_configure no