Ticket #14007: Portfile.diff
File Portfile.diff, 1.2 KB (added by mreid@…, 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ledit 6 version 1.126 version 2.00 7 7 categories editors 8 8 maintainers reilles@loria.fr 9 9 description A line editor to be used with interactive commands. … … 14 14 beginning or the end of the line, get a previous line,\ 15 15 search for a line with a pattern, etc. 16 16 homepage http://cristal.inria.fr/~ddr/ 17 master_sites http:// cristal.inria.fr/~ddr/ledit/ \18 ftp://ftp.inria.fr/INRIA/Projects/cristal/Daniel.de_Rauglaudre/Tools/ 19 checksums md5 233d5a8f8000d30e8f5b96f191381bc7\20 sha1 1f9dea8bfd923896b5dde54c2df72537fdf2fd8e 17 master_sites http://pauillac.inria.fr/~ddr/ledit/distrib/src/ 18 checksums md5 d5c21dc734e20ce13aa7b995621b1c9a \ 19 sha1 74f7a004f6c0dd002217f12d9460db4a9adcbcd5 \ 20 rmd160 b852f8266acc81eb97fa481f737dd0623eedc340 21 21 extract.suffix .tgz 22 22 depends_build port:ocaml 23 depends_lib bin:camlp5:camlp5 23 24 configure { 24 25 reinplace "s|BINDIR=/usr/local/bin|BINDIR=${destroot}${prefix}/bin|" "${worksrcpath}/Makefile" 25 26 reinplace "s|LIBDIR=/usr/local/lib|LIBDIR=${destroot}${prefix}/lib/ledit|" "${worksrcpath}/Makefile"