Ticket #17406: Portfile.patch
File Portfile.patch, 769 bytes (added by adfernandes (Andrew Fernandes), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 20407 2006-11-03 02:13:54Z jberry@macports.org $ 2 2 PortSystem 1.0 3 3 name dmalloc 4 version 5.4.2 4 version 5.5.2 5 revision 1 5 6 description Debug Malloc Library 6 7 long_description The debug memory allocation or dmalloc library \ 7 8 has been designed as a drop in replacement for \ … … 14 15 homepage http://dmalloc.com 15 16 extract.suffix .tgz 16 17 master_sites http://dmalloc.com/releases/ sourceforge 17 checksums md5 ca8d9d72351679e20b8eff96a7a16bf318 checksums md5 f92e5606c23a8092f3d5694e8d1c932e 18 19 configure.args --mandir=${prefix}/share/man --enable-threads --enable-shlib 19 20 destroot.destdir prefix=${destroot}${prefix}