Ticket #7238: Portfile.patch
File Portfile.patch, 785 bytes (added by luc@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name multitail 6 version 3. 0.66 version 3.8.5 7 7 categories sysutils 8 8 maintainers gcomnz@yahoo.com 9 9 description Tail multiple files in one terminal at once … … 21 21 22 22 homepage http://www.vanheusden.com/multitail/ 23 23 master_sites ${homepage} 24 checksums md5 48ea209aaa314de2a9e871345d43878224 checksums md5 0aa5967a9383b6e6c8799520e37126f2 25 25 extract.suffix .tgz 26 26 27 27 use_configure no … … 29 29 pre-build { 30 30 reinplace "s|\$(DESTDIR)/usr/|\$(DESTDIR)${prefix}/|g" \ 31 31 ${worksrcpath}/makefile.macosx 32 reinplace "s|\$(DESTDIR)/etc|\$(DESTDIR)${prefix}/etc/|g" \ 33 ${worksrcpath}/makefile.macosx 32 34 } 33 35 build.args -f makefile.macosx 34 36