Index: /trunk/ports/net/macathena-libathdir/Portfile =================================================================== --- /trunk/ports/net/macathena-libathdir/Portfile (revision 36) +++ /trunk/ports/net/macathena-libathdir/Portfile (revision 204) @@ -3,5 +3,5 @@ name macathena-libathdir -version 20050915 +version svn25431 distname libathdir-${version} categories net @@ -9,7 +9,15 @@ platforms darwin master_sites http://macathena.mit.edu/dist/ -checksums md5 c380791e745e4c6f4eefcaf51eb20a6f \ - sha1 34c6e8591311279e2123fbd42608925d6249cdf1 \ - rmd160 e46685f922d621b8f1c63b881768ad99de113c08 +checksums md5 02032a3da2d658e1089a34549e99e95b \ + sha1 530a5ca7bb04b55ad28ceb98023f759bd3fe5cb0 \ + rmd160 0e31afa28fc80f53e2e76572d89da1e8deb774fb +use_autoreconf yes +use_autoconf yes -use_autoconf yes +depends_build port:automake +post-patch { + file copy ${prefix}/share/automake-1.11/install-sh ${worksrcpath}/ + file copy ${prefix}/share/automake-1.11/mkinstalldirs ${worksrcpath}/ + file copy ${prefix}/share/automake-1.11/config.sub ${worksrcpath}/ + file copy ${prefix}/share/automake-1.11/config.guess ${worksrcpath}/ +}