# $Id: Portfile,v 1.1 2003/09/02 23:30:49 fkr Exp $ PortSystem 1.0 name rpl version 1.4.0 platforms darwin categories textproc maintainers mich@freebsdcluster.org description Rpl is a Unix replacement utility long_description \ rpl is a Unix text replacement utility. It will replace strings with new \ strings in multiple text files. It can scan directories recursively and \ replace strings in all files found. The search can be limited to files \ with certain filename suffixes (e.g. '.html', '.c', etc.). homepage http://www.laffeycomputer.com/rpl.html master_sites http://downloads.laffeycomputer.com/current_builds/ checksums md5 35af9ac5425f5a6278e5890c3272684e destroot { system "cd ${worksrcpath} && \ install src/${name} ${destroot}${prefix}/bin && \ install man/${name}.1 ${destroot}${prefix}/man/man1" }