Changeset 204
- Timestamp:
- 02/21/12 02:20:36 (13 years ago)
- Files:
-
- trunk/ports/net/macathena-libathdir/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ports/net/macathena-libathdir/Portfile
r36 r204 3 3 4 4 name macathena-libathdir 5 version 200509155 version svn25431 6 6 distname libathdir-${version} 7 7 categories net … … 9 9 platforms darwin 10 10 master_sites http://macathena.mit.edu/dist/ 11 checksums md5 c380791e745e4c6f4eefcaf51eb20a6f \ 12 sha1 34c6e8591311279e2123fbd42608925d6249cdf1 \ 13 rmd160 e46685f922d621b8f1c63b881768ad99de113c08 11 checksums md5 02032a3da2d658e1089a34549e99e95b \ 12 sha1 530a5ca7bb04b55ad28ceb98023f759bd3fe5cb0 \ 13 rmd160 0e31afa28fc80f53e2e76572d89da1e8deb774fb 14 use_autoreconf yes 15 use_autoconf yes 14 16 15 use_autoconf yes 17 depends_build port:automake 18 post-patch { 19 file copy ${prefix}/share/automake-1.11/install-sh ${worksrcpath}/ 20 file copy ${prefix}/share/automake-1.11/mkinstalldirs ${worksrcpath}/ 21 file copy ${prefix}/share/automake-1.11/config.sub ${worksrcpath}/ 22 file copy ${prefix}/share/automake-1.11/config.guess ${worksrcpath}/ 23 }